Skip to content

Commit

Permalink
minor light theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 16, 2024
1 parent 5554020 commit 890654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ ThemeData buildTheme(Brightness brightness, Color color) {
seedColor: color,
primary: color,
),
appBarTheme: const AppBarTheme(elevation: 0.5),
appBarTheme: const AppBarTheme(elevation: 2),
// We use the nicer Material-3 Typography in both M2 and M3 mode.
typography: Typography.material2021(platform: defaultTargetPlatform),
);
Expand Down

0 comments on commit 890654b

Please sign in to comment.