From ca65de90efcfb60ba82f0fd0283c0f682a3afecc 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 ff7cc0538..9c10f87e0 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),