We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c293d30 commit 697e29cCopy full SHA for 697e29c
1 file changed
apps/frontend/src/modules/song/components/client/SongThumbnailInput.tsx
@@ -123,7 +123,7 @@ const ColorButton: React.FC<ColorButtonProps> = ({
123
<button
124
type='button'
125
className={cn(
126
- 'w-6 h-6 rounded-full flex-none border-2 border-zinc-200 border-opacity-30 disabled:opacity-30',
+ 'w-6 h-6 rounded-full flex-none border-2 border-zinc-200/30 disabled:opacity-30',
127
active && 'outline outline-2 outline-zinc-200',
128
)}
129
style={{ backgroundColor: color }}
0 commit comments