이미지 선택 다이얼로그의 카드 툴팁 제거

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-04-19 17:30:02 +09:00
parent 5368764f85
commit 3a1d8a63ac

View file

@ -140,7 +140,6 @@ export default function ImagePicker({ open, onClose, onSelect, currentImageId })
borderColor: isSelected ? 'var(--selected-border)' : 'var(--panel-border)',
boxShadow: isSelected ? '0 0 0 2px var(--ring-info)' : undefined,
}}
title={image.name}
>
<div
className="aspect-square flex items-center justify-center p-4"