Skip to content

Commit

Permalink
make today's card slightly elevated
Browse files Browse the repository at this point in the history
  • Loading branch information
apoleon33 committed Jan 6, 2024
1 parent 1f8060f commit c9f99be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/albumCard/display_as_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DisplayAlbumAsCard extends DisplayAlbum {
width: MediaQuery.of(context).size.width - 32,
height: MediaQuery.of(context).size.height / 2,
child: Card(
elevation: 0,
elevation: (dateIsToday(date))? 1: 0,
color: Theme.of(context).colorScheme.surfaceVariant,
child: Column(
children: [
Expand Down

0 comments on commit c9f99be

Please sign in to comment.