diff --git a/lib/pages/main/view.dart b/lib/pages/main/view.dart index 9605c852..5ce40caa 100644 --- a/lib/pages/main/view.dart +++ b/lib/pages/main/view.dart @@ -135,7 +135,12 @@ class _MainAppState extends State with SingleTickerProviderStateMixin { DynamicBadgeMode.hidden && e['count'] > 0, child: e['icon'], - ), + backgroundColor: + Theme.of(context).colorScheme.primary, + textColor: Theme.of(context) + .colorScheme + .onInverseSurface, + ), ), selectedIcon: e['selectIcon'], label: e['label'], @@ -166,7 +171,12 @@ class _MainAppState extends State with SingleTickerProviderStateMixin { DynamicBadgeMode.hidden && e['count'] > 0, child: e['icon'], - ), + backgroundColor: + Theme.of(context).colorScheme.primary, + textColor: Theme.of(context) + .colorScheme + .onInverseSurface, + ), ), activeIcon: e['selectIcon'], label: e['label'],