We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05692cd commit 58e3ea8Copy full SHA for 58e3ea8
lib/src/theme.dart
@@ -148,11 +148,11 @@ const kSliderTheme = SliderThemeData(
148
brightness: Brightness.dark,
149
textTheme: cupertinoTextTheme(baseTheme.colorScheme),
150
scaffoldBackgroundColor: baseTheme.scaffoldBackgroundColor.withValues(alpha: 0),
151
- barBackgroundColor: baseTheme.colorScheme.surface.withValues(alpha: 0.5),
+ barBackgroundColor: baseTheme.colorScheme.surface.withValues(alpha: 0.6),
152
applyThemeToAll: true,
153
);
154
155
- final baseSurfaceAlpha = isBackgroundImage ? 0.5 : 0.25;
+ final baseSurfaceAlpha = isBackgroundImage ? 0.5 : 0.3;
156
157
final theme = baseTheme.copyWith(
158
colorScheme: baseTheme.colorScheme.copyWith(
0 commit comments