chore: Adjust colors

This commit is contained in:
Christian Pauly 2021-09-19 22:03:57 +02:00
parent 4305407a32
commit 9115d44b65
1 changed files with 2 additions and 3 deletions

View File

@ -331,7 +331,7 @@ class ChatListView extends StatelessWidget {
showSelectedLabels: true, showSelectedLabels: true,
type: BottomNavigationBarType.shifting, type: BottomNavigationBarType.shifting,
selectedItemColor: selectedItemColor:
Theme.of(context).primaryColor, Theme.of(context).colorScheme.secondary,
items: items, items: items,
), ),
), ),
@ -374,8 +374,7 @@ class ChatListView extends StatelessWidget {
selectedTileColor: selectedTileColor:
Theme.of(context).secondaryHeaderColor, Theme.of(context).secondaryHeaderColor,
leading: CircleAvatar( leading: CircleAvatar(
foregroundColor: foregroundColor: Colors.white,
Theme.of(context).secondaryHeaderColor,
backgroundColor: backgroundColor:
Theme.of(context).primaryColor, Theme.of(context).primaryColor,
radius: Avatar.defaultSize / 2, radius: Avatar.defaultSize / 2,