fix: increase tap target sizes to be more reasonable
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user