fix: from review

pull/446/head
dettlaff 2024-02-05 04:01:54 +04:00 committed by Inex Code
parent 456574002b
commit 02c8da6ea1
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class ServerConsumptionListTile extends StatelessWidget {
final VoidCallback onTap;
@override
Widget build(BuildContext context) => GestureDetector(
Widget build(BuildContext context) => InkWell(
onTap: onTap,
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 8),