Fixed some colors

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 19:05:07 +02:00
parent b223076dae
commit c0f7449a95
3 changed files with 8 additions and 2 deletions

View file

@ -377,7 +377,7 @@ class _Item extends StatelessWidget {
percent: data.values.toList()[0]/total,
barRadius: const Radius.circular(5),
progressColor: Theme.of(context).colorScheme.primary,
backgroundColor: Theme.of(context).colorScheme.surfaceContainerHighest,
backgroundColor: Theme.of(context).colorScheme.surfaceTint.withOpacity(0.2),
),
),
const SizedBox(width: 10),