mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
chore: Adjust colors
This commit is contained in:
parent
4305407a32
commit
9115d44b65
@ -331,7 +331,7 @@ class ChatListView extends StatelessWidget {
|
||||
showSelectedLabels: true,
|
||||
type: BottomNavigationBarType.shifting,
|
||||
selectedItemColor:
|
||||
Theme.of(context).primaryColor,
|
||||
Theme.of(context).colorScheme.secondary,
|
||||
items: items,
|
||||
),
|
||||
),
|
||||
@ -374,8 +374,7 @@ class ChatListView extends StatelessWidget {
|
||||
selectedTileColor:
|
||||
Theme.of(context).secondaryHeaderColor,
|
||||
leading: CircleAvatar(
|
||||
foregroundColor:
|
||||
Theme.of(context).secondaryHeaderColor,
|
||||
foregroundColor: Colors.white,
|
||||
backgroundColor:
|
||||
Theme.of(context).primaryColor,
|
||||
radius: Avatar.defaultSize / 2,
|
||||
|
Loading…
Reference in New Issue
Block a user