chore: Adjust appbar design

This commit is contained in:
Christian Pauly 2022-07-12 19:39:18 +02:00
commit 227e85fe8a
5 changed files with 23 additions and 18 deletions

View file

@ -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,
),
),