From fb97f3bf8c7a5262a41108964111ceeb83e69d0f Mon Sep 17 00:00:00 2001 From: shrimbly Date: Mon, 23 Mar 2026 20:55:46 +1300 Subject: [PATCH] fix: increase group menu icon sizes for better visibility Bump button hit areas from w-5/h-5 to w-6/h-6, SVG icons from w-3/h-3 to w-3.5/h-3.5, and three-dot circles from 3px to 4px. Co-Authored-By: Claude Opus 4.6 --- src/components/GroupsOverlay.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/GroupsOverlay.tsx b/src/components/GroupsOverlay.tsx index 247adf24..90efca4b 100644 --- a/src/components/GroupsOverlay.tsx +++ b/src/components/GroupsOverlay.tsx @@ -339,11 +339,11 @@ function GroupControls({ groupId, zoom }: GroupControlsProps) {
@@ -411,15 +411,15 @@ function GroupControls({ groupId, zoom }: GroupControlsProps) { {/* Lock/Unlock Button */}