Skip to content

Commit fc1ffb0

Browse files
committed
Increase card contrast
1 parent 7ce9dad commit fc1ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/theme.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ CardTheme _cardTheme(ColorScheme colorScheme) {
128128

129129
Color _cardColor(ColorScheme colorScheme) {
130130
return colorScheme.surface.scale(
131-
lightness: colorScheme.isLight ? -0.04 : 0.02,
131+
lightness: colorScheme.isLight ? -0.05 : 0.04,
132132
);
133133
}
134134

0 commit comments

Comments
 (0)