feat(ui): Improve the touch behaviour of the overview menu

This commit is contained in:
PapaTutuWawa 2022-12-03 12:48:34 +01:00
parent 35285343b1
commit cc13078ec5

View File

@ -14,7 +14,7 @@ class OverviewMenuItem extends StatelessWidget {
@override
Widget build(BuildContext context) {
return InkResponse(
return InkWell(
onTap: onPressed,
child: Row(
children: [