mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Color in bottom bar
This commit is contained in:
parent
ae0a720d16
commit
226c97526e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user