feat(ui): Improve the touch behaviour of the overview menu
This commit is contained in:
parent
35285343b1
commit
cc13078ec5
@ -14,7 +14,7 @@ class OverviewMenuItem extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return InkResponse(
|
||||
return InkWell(
|
||||
onTap: onPressed,
|
||||
child: Row(
|
||||
children: [
|
||||
|
Loading…
Reference in New Issue
Block a user