chore: Adjust colors
This commit is contained in:
parent
13afca12b2
commit
37d127d8bc
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue