mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix(installer): use correct bg colour for dialog
This commit is contained in:
parent
72fd24e624
commit
7525e52fab
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class InstallerViewModel extends BaseViewModel {
|
|||
title: I18nText(
|
||||
'installerView.installType',
|
||||
),
|
||||
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
|
||||
icon: const Icon(Icons.file_download_outlined),
|
||||
contentPadding: const EdgeInsets.symmetric(vertical: 16),
|
||||
content: ValueListenableBuilder(
|
||||
|
|
Loading…
Reference in a new issue