Skip to content

Commit

Permalink
fix(installer): use correct bg colour for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Aug 12, 2023
1 parent 72fd24e commit 7525e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7525e52

Please sign in to comment.