mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 22:42:50 +00:00
Fixed some colors
This commit is contained in:
parent
b223076dae
commit
c0f7449a95
3 changed files with 8 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue