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,
|
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…
Add table
Add a link
Reference in a new issue