Skip to content

Commit

Permalink
Dark AppBar: make border bright (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Oct 12, 2022
1 parent 849f890 commit cbc8456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/themes/common_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AppBarTheme _createLightAppBar(ColorScheme colorScheme) {

AppBarTheme _createDarkAppBarTheme(ColorScheme colorScheme) {
return AppBarTheme(
shadowColor: colorScheme.background,
shadowColor: colorScheme.onSurface.withOpacity(0.2),
scrolledUnderElevation: kAppBarElevation,
surfaceTintColor: colorScheme.background,
toolbarHeight: kAppBarHeight,
Expand Down

0 comments on commit cbc8456

Please sign in to comment.