fix: Color in bottom bar

This commit is contained in:
Krille Fear 2021-11-15 07:24:58 +01:00
parent ae0a720d16
commit 226c97526e
1 changed files with 1 additions and 0 deletions

View File

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