Mobile. Share Screen. More contrast for avatar on light
This commit is contained in:
parent
90cc95b1d0
commit
03eba7faf0
@ -487,8 +487,11 @@ class ClientInfo extends StatelessWidget {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(right: 12),
|
padding: const EdgeInsets.only(right: 12),
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
backgroundColor:
|
backgroundColor: str2color(
|
||||||
str2color(client.name).withOpacity(0.7),
|
client.name,
|
||||||
|
Theme.of(context).brightness == Brightness.light
|
||||||
|
? 255
|
||||||
|
: 150),
|
||||||
child: Text(client.name[0])))),
|
child: Text(client.name[0])))),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user