Skip to content

Commit

Permalink
fix(installer): use correct elevation level
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Aug 24, 2023
1 parent c6ac898 commit d9953b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/installer/installer_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class InstallerView extends StatelessWidget {
label: I18nText('installerView.installButton'),
icon: const Icon(Icons.file_download_outlined),
onPressed: () => model.installTypeDialog(context),
elevation: 0,
),
),
floatingActionButtonLocation:
Expand Down

0 comments on commit d9953b1

Please sign in to comment.