mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix(installer): use correct elevation level
This commit is contained in:
parent
c6ac898390
commit
d9953b1473
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user