Skip to content

Commit 4486490

Browse files
committed
stronger card color
1 parent fc1ffb0 commit 4486490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/theme.dart

Lines changed: 1 addition & 1 deletion
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.05 : 0.04,
131+
lightness: colorScheme.isLight ? -0.06 : 0.05,
132132
);
133133
}
134134

0 commit comments

Comments
 (0)