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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return InkResponse(
|
return InkWell(
|
||||||
onTap: onPressed,
|
onTap: onPressed,
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
Reference in New Issue
Block a user