From 226c97526ebb03e5e33c6c5b85ee82c07e2ac0bb Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 15 Nov 2021 07:24:58 +0100 Subject: [PATCH] fix: Color in bottom bar --- lib/pages/chat_list/spaces_bottom_bar.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat_list/spaces_bottom_bar.dart b/lib/pages/chat_list/spaces_bottom_bar.dart index ff7cc053..9c10f87e 100644 --- a/lib/pages/chat_list/spaces_bottom_bar.dart +++ b/lib/pages/chat_list/spaces_bottom_bar.dart @@ -28,6 +28,7 @@ class SpacesBottomBar extends StatelessWidget { context, i == 0 ? null : controller.spaces[i - 1].id, ), + selectedItemColor: Theme.of(context).colorScheme.primary, items: [ SalomonBottomBarItem( icon: const Icon(CupertinoIcons.chat_bubble_2),