Browse Source

fix: increase color dot hover scale from 110% to 125%

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
777f32fccd
  1. 2
      src/components/GroupsOverlay.tsx

2
src/components/GroupsOverlay.tsx

@ -383,7 +383,7 @@ function GroupControls({ groupId, zoom }: GroupControlsProps) {
<button
key={color}
onClick={() => handleColorChange(color)}
className={`absolute w-6 h-6 rounded-full border-2 transition-[transform,border-color] duration-150 hover:scale-110 ${
className={`absolute w-6 h-6 rounded-full border-2 transition-[transform,border-color] duration-150 hover:scale-125 ${
group.color === color
? "border-white"
: "border-transparent hover:border-white/50"

Loading…
Cancel
Save