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,
|
NavigationDestinationLabelBehavior.alwaysShow,
|
||||||
shadowColor:
|
shadowColor:
|
||||||
Theme.of(context).colorScheme.onSurface,
|
Theme.of(context).colorScheme.onSurface,
|
||||||
|
backgroundColor:
|
||||||
|
Theme.of(context).colorScheme.surface,
|
||||||
surfaceTintColor:
|
surfaceTintColor:
|
||||||
Theme.of(context).colorScheme.surface,
|
Theme.of(context).colorScheme.surface,
|
||||||
selectedIndex: controller.selectedIndex,
|
selectedIndex: controller.selectedIndex,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue