mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Add rounded borders on Unpatch button inkwell as well
This commit is contained in:
parent
530dd78752
commit
bd5b38d88e
@ -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…
x
Reference in New Issue
Block a user