fix(radio): add radio-card CSS class to RadioCard component

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-07 20:35:54 +02:00
parent a606d1edd6
commit 6f63d7020c
+1 -1
View File
@@ -423,7 +423,7 @@ function RadioCard({
<div
ref={cardRef}
className={[
'album-card',
'album-card radio-card',
isActive ? 'radio-card-active' : '',
dropIndicator === 'before' ? 'radio-card-drop-before' : '',
dropIndicator === 'after' ? 'radio-card-drop-after' : '',