chore: Follow up bottom nav bar colors
This commit is contained in:
parent
244962fdfc
commit
18626be855
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,8 @@ class ChatListView extends StatelessWidget {
|
|||
NavigationDestinationLabelBehavior.alwaysShow,
|
||||
shadowColor:
|
||||
Theme.of(context).colorScheme.onSurface,
|
||||
backgroundColor:
|
||||
Theme.of(context).colorScheme.surface,
|
||||
surfaceTintColor:
|
||||
Theme.of(context).colorScheme.surface,
|
||||
selectedIndex: controller.selectedIndex,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue