feat: tweak UI

This commit is contained in:
afnzmn
2022-09-17 04:02:49 -04:00
committed by Ushie
parent a3dca8c142
commit bcf3b36b13
6 changed files with 42 additions and 32 deletions

View File

@ -16,7 +16,7 @@ class CustomCard extends StatelessWidget {
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(16),
color: isFilled
? Theme.of(context).colorScheme.secondaryContainer
? Theme.of(context).colorScheme.secondaryContainer.withOpacity(0.25)
: Colors.transparent,
border: isFilled
? null