Browse Source

fix: add left margin before controls and tighten icon gaps

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

2
src/components/GroupsOverlay.tsx

@ -334,7 +334,7 @@ function GroupControls({ groupId, zoom }: GroupControlsProps) {
{/* Expanded controls - shown when menu is open */}
{showMenu && (
<div className="flex items-center gap-0.5">
<div className="flex items-center gap-px ml-1">
{/* Color Picker */}
<div className="relative flex items-center" ref={colorPickerRef}>
<button

Loading…
Cancel
Save