diff --git a/lib/views/home_view.dart b/lib/views/home_view.dart index 316920574..b333672b4 100644 --- a/lib/views/home_view.dart +++ b/lib/views/home_view.dart @@ -211,13 +211,13 @@ class _HomeViewState extends State { ), floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked, bottomNavigationBar: BottomNavigationBar( - unselectedItemColor: Colors.black, + unselectedItemColor: Theme.of(context).textTheme.bodyText1.color, currentIndex: currentIndex, showSelectedLabels: true, showUnselectedLabels: false, type: BottomNavigationBarType.fixed, elevation: 20, - backgroundColor: Theme.of(context).scaffoldBackgroundColor, + backgroundColor: Theme.of(context).appBarTheme.color, onTap: (i) { _pageController.animateToPage( i,