mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
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:
@@ -423,7 +423,7 @@ function RadioCard({
|
|||||||
<div
|
<div
|
||||||
ref={cardRef}
|
ref={cardRef}
|
||||||
className={[
|
className={[
|
||||||
'album-card',
|
'album-card radio-card',
|
||||||
isActive ? 'radio-card-active' : '',
|
isActive ? 'radio-card-active' : '',
|
||||||
dropIndicator === 'before' ? 'radio-card-drop-before' : '',
|
dropIndicator === 'before' ? 'radio-card-drop-before' : '',
|
||||||
dropIndicator === 'after' ? 'radio-card-drop-after' : '',
|
dropIndicator === 'after' ? 'radio-card-drop-after' : '',
|
||||||
|
|||||||
Reference in New Issue
Block a user