Skip to content

Commit

Permalink
fix: mobile tab bar dark mode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed May 30, 2024
1 parent 55244ab commit ad46fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MobileBottomNavigationBar extends StatelessWidget {
return Scaffold(
body: navigationShell,
bottomNavigationBar: Theme(
data: ThemeData(
data: Theme.of(context).copyWith(
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
),
Expand Down

0 comments on commit ad46fbc

Please sign in to comment.