mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
fix: Further improvements on app theming
This commit is contained in:
@ -60,7 +60,7 @@ class InstallerView extends StatelessWidget {
|
||||
preferredSize: const Size(double.infinity, 1.0),
|
||||
child: LinearProgressIndicator(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
backgroundColor: Colors.white,
|
||||
backgroundColor: Theme.of(context).colorScheme.secondary,
|
||||
value: model.progress,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user