chore: Follow up bottom nav bar colors

This commit is contained in:
krille-chan 2024-05-26 09:04:54 +02:00
parent 244962fdfc
commit 18626be855
No known key found for this signature in database

View file

@ -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,