fix(installer): use correct bg colour for dialog

This commit is contained in:
Pun Butrach 2023-08-12 15:07:04 +07:00
parent 72fd24e624
commit 7525e52fab
No known key found for this signature in database
GPG Key ID: 2B0F94D832579862

View File

@ -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(