Skip to content

Commit

Permalink
fix: background should be more opaque.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Sep 17, 2022
1 parent 482599b commit 55739a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/shared/custom_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CustomCard extends StatelessWidget {
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(16),
color: isFilled
? Theme.of(context).colorScheme.secondaryContainer.withOpacity(0.25)
? Theme.of(context).colorScheme.secondaryContainer.withOpacity(0.40)
: Colors.transparent,
border: isFilled
? null
Expand Down

0 comments on commit 55739a9

Please sign in to comment.