Skip to content

Commit

Permalink
Updated the navbar color on android
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed May 19, 2024
1 parent 04e8ec5 commit 76938f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ Color getIconColor(ThemeData theme) =>
void updateNavBarColor(ColorScheme colorscheme) {
var mySystemTheme = SystemUiOverlayStyle.light.copyWith(
systemNavigationBarColor: ElevationOverlay.applySurfaceTint(
colorscheme.surface,
colorscheme.surfaceTint,
colorscheme.surfaceContainer,
Colors.transparent,
3,
));
SystemChrome.setSystemUIOverlayStyle(mySystemTheme);
Expand Down

0 comments on commit 76938f8

Please sign in to comment.