Skip to content

Commit 58e3ea8

Browse files
committed
Theme tweaks
1 parent 05692cd commit 58e3ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ const kSliderTheme = SliderThemeData(
148148
brightness: Brightness.dark,
149149
textTheme: cupertinoTextTheme(baseTheme.colorScheme),
150150
scaffoldBackgroundColor: baseTheme.scaffoldBackgroundColor.withValues(alpha: 0),
151-
barBackgroundColor: baseTheme.colorScheme.surface.withValues(alpha: 0.5),
151+
barBackgroundColor: baseTheme.colorScheme.surface.withValues(alpha: 0.6),
152152
applyThemeToAll: true,
153153
);
154154

155-
final baseSurfaceAlpha = isBackgroundImage ? 0.5 : 0.25;
155+
final baseSurfaceAlpha = isBackgroundImage ? 0.5 : 0.3;
156156

157157
final theme = baseTheme.copyWith(
158158
colorScheme: baseTheme.colorScheme.copyWith(

0 commit comments

Comments
 (0)