fix: Add rounded borders on Unpatch button inkwell as well

This commit is contained in:
Alberto Ponces 2022-09-19 23:25:39 +01:00
parent 530dd78752
commit bd5b38d88e

View file

@ -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,