mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02: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…
Add table
Add a link
Reference in a new issue