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

@@ -22,7 +22,7 @@ class DashboardChip extends StatelessWidget {
color: isSelected
? Theme.of(context).colorScheme.primary
: Theme.of(context).colorScheme.secondary,
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w500,
),
backgroundColor: Colors.transparent,
selectedColor: Theme.of(context).colorScheme.secondaryContainer,