mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Add rounded borders on Unpatch button inkwell as well
This commit is contained in:
parent
530dd78752
commit
bd5b38d88e
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class AppInfoView extends StatelessWidget {
|
|||
child: Material(
|
||||
type: MaterialType.transparency,
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(16.0),
|
||||
onTap: () => model.showUninstallDialog(
|
||||
context,
|
||||
app,
|
||||
|
|
Loading…
Reference in a new issue