fix: Color in bottom bar
This commit is contained in:
parent
1176e374f4
commit
ca65de90ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue