mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-19 07:09:14 +00:00
fix(ui): Progress bar used the same shade of gray regardless of user preferences
This commit is contained in:
parent
7be2826a0f
commit
55616c3e69
|
@ -27,7 +27,7 @@ class _ProgressBarState extends State<ProgressBar> {
|
|||
Container(
|
||||
alignment: Alignment.centerLeft,
|
||||
decoration: BoxDecoration(
|
||||
color: const Color(0xFFDDDDDD),
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
borderRadius: BorderRadius.circular(5),
|
||||
),
|
||||
child: LayoutBuilder(
|
||||
|
|
Loading…
Reference in a new issue