mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
fix: material dark mode
This commit is contained in:
@@ -145,7 +145,7 @@ class _HomeState extends State<Home> {
|
||||
|
||||
final themData = ThemeData(
|
||||
brightness: theme.brightnessEnum,
|
||||
primaryColor: Colors.white,
|
||||
primaryColor: theme.palette.background,
|
||||
);
|
||||
|
||||
// TODO:
|
||||
@@ -182,7 +182,6 @@ class _HomeState extends State<Home> {
|
||||
home: Scaffold(
|
||||
body: _buildScreen(active),
|
||||
bottomNavigationBar: BottomNavigationBar(
|
||||
backgroundColor: Colors.white,
|
||||
selectedItemColor: theme.palette.primary,
|
||||
items: _navigationItems,
|
||||
currentIndex: active,
|
||||
|
||||
Reference in New Issue
Block a user