Skip to content

Commit 697e29c

Browse files
committed
fix: thumbnail color buttons missing border transparency
1 parent c293d30 commit 697e29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/src/modules/song/components/client/SongThumbnailInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const ColorButton: React.FC<ColorButtonProps> = ({
123123
<button
124124
type='button'
125125
className={cn(
126-
'w-6 h-6 rounded-full flex-none border-2 border-zinc-200 border-opacity-30 disabled:opacity-30',
126+
'w-6 h-6 rounded-full flex-none border-2 border-zinc-200/30 disabled:opacity-30',
127127
active && 'outline outline-2 outline-zinc-200',
128128
)}
129129
style={{ backgroundColor: color }}

0 commit comments

Comments
 (0)