mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +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,
|
context,
|
||||||
i == 0 ? null : controller.spaces[i - 1].id,
|
i == 0 ? null : controller.spaces[i - 1].id,
|
||||||
),
|
),
|
||||||
|
selectedItemColor: Theme.of(context).colorScheme.primary,
|
||||||
items: [
|
items: [
|
||||||
SalomonBottomBarItem(
|
SalomonBottomBarItem(
|
||||||
icon: const Icon(CupertinoIcons.chat_bubble_2),
|
icon: const Icon(CupertinoIcons.chat_bubble_2),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user