mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix(installer): use correct bg colour for dialog
This commit is contained in:
parent
72fd24e624
commit
7525e52fab
@ -179,6 +179,7 @@ class InstallerViewModel extends BaseViewModel {
|
|||||||
title: I18nText(
|
title: I18nText(
|
||||||
'installerView.installType',
|
'installerView.installType',
|
||||||
),
|
),
|
||||||
|
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
|
||||||
icon: const Icon(Icons.file_download_outlined),
|
icon: const Icon(Icons.file_download_outlined),
|
||||||
contentPadding: const EdgeInsets.symmetric(vertical: 16),
|
contentPadding: const EdgeInsets.symmetric(vertical: 16),
|
||||||
content: ValueListenableBuilder(
|
content: ValueListenableBuilder(
|
||||||
|
Loading…
Reference in New Issue
Block a user