mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-27 04:47:51 +02:00
chore: Adjust colors
This commit is contained in:
parent
4305407a32
commit
9115d44b65
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user