chore: Adjust appbar design
This commit is contained in:
parent
fa514e920a
commit
227e85fe8a
5 changed files with 23 additions and 18 deletions
|
|
@ -48,7 +48,7 @@ class Avatar extends StatelessWidget {
|
|||
child: Text(
|
||||
fallbackLetters,
|
||||
style: TextStyle(
|
||||
color: noPic ? name?.darkColor : null,
|
||||
color: noPic ? Colors.white : null,
|
||||
fontSize: fontSize,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue