Skip to content

Commit

Permalink
style: improve card color
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jan 24, 2025
1 parent 9984b5e commit f1d55f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions lib/themes/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,7 @@ ThemeData withOverrides(ThemeData themeData) {
hoverColor: Colors.transparent,
cardTheme: themeData.cardTheme.copyWith(
clipBehavior: Clip.hardEdge,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(inputBorderRadius),
side: BorderSide(
color: themeData.colorScheme.outline.withAlpha(100),
),
),
color: themeData.colorScheme.surfaceContainerHigh,
),
sliderTheme: themeData.sliderTheme.copyWith(
activeTrackColor: themeData.colorScheme.secondary,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.564+2849
version: 0.9.564+2851

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit f1d55f9

Please sign in to comment.