diff --git a/lib/main.dart b/lib/main.dart index d9c3367..352de3e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -145,7 +145,7 @@ class _HomeState extends State { final themData = ThemeData( brightness: theme.brightnessEnum, - primaryColor: Colors.white, + primaryColor: theme.palette.background, ); // TODO: @@ -182,7 +182,6 @@ class _HomeState extends State { home: Scaffold( body: _buildScreen(active), bottomNavigationBar: BottomNavigationBar( - backgroundColor: Colors.white, selectedItemColor: theme.palette.primary, items: _navigationItems, currentIndex: active,