mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +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(
|
child: Material(
|
||||||
type: MaterialType.transparency,
|
type: MaterialType.transparency,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
|
borderRadius: BorderRadius.circular(16.0),
|
||||||
onTap: () => model.showUninstallDialog(
|
onTap: () => model.showUninstallDialog(
|
||||||
context,
|
context,
|
||||||
app,
|
app,
|
||||||
|
|
Loading…
Reference in a new issue