mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
fix: from review
This commit is contained in:
parent
456574002b
commit
02c8da6ea1
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue