fix: increase tap target sizes to be more reasonable

This commit is contained in:
2023-03-22 07:51:27 -04:00
parent 3ad68594e2
commit c463f02a77
2 changed files with 4 additions and 2 deletions

View File

@@ -31,8 +31,9 @@ class HeaderWidget extends StatelessWidget {
if (link != null)
GestureDetector(
onTap: () => context.router.navigate(link!.href),
behavior: HitTestBehavior.translucent,
child: Padding(
padding: const EdgeInsets.all(4),
padding: const EdgeInsets.all(6),
child: Text(
link!.text,
style: furmanTextStyle(const TextStyle(