diff --git a/src/App.css b/src/App.css index fdcad92..ec97a95 100644 --- a/src/App.css +++ b/src/App.css @@ -3229,7 +3229,7 @@ body.has-fab .page-content { } /* ── Inline new-playlist form ── */ -.modal-new-playlist-toggle { +.modal-new-item-toggle { background: none; border: 1px dashed var(--color-border-subtle); border-radius: 8px; @@ -3242,7 +3242,7 @@ body.has-fab .page-content { transition: border-color 0.15s, background 0.15s; } -.modal-new-playlist-toggle:hover { +.modal-new-item-toggle:hover { border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 8%, transparent); } @@ -3463,7 +3463,7 @@ body.has-fab .page-content { } /* ── New playlist toggle (profile page header) ── */ -.new-playlist-toggle { +.new-item-toggle { background: none; border: none; cursor: pointer; @@ -3474,7 +3474,7 @@ body.has-fab .page-content { white-space: nowrap; } -.new-playlist-toggle:hover { +.new-item-toggle:hover { opacity: 0.75; } diff --git a/src/components/NewPlaylistForm.tsx b/src/components/NewPlaylistForm.tsx index e6e5fff..e56dd96 100644 --- a/src/components/NewPlaylistForm.tsx +++ b/src/components/NewPlaylistForm.tsx @@ -15,7 +15,7 @@ export function NewPlaylistForm( { onCreated, toggleLabel, - toggleClassName = "new-playlist-toggle", + toggleClassName = "new-item-toggle", }: NewPlaylistFormProps, ) { const [open, setOpen] = useState(false); diff --git a/src/components/PlaylistMembershipPanel.tsx b/src/components/PlaylistMembershipPanel.tsx index 99b684d..86b46fb 100644 --- a/src/components/PlaylistMembershipPanel.tsx +++ b/src/components/PlaylistMembershipPanel.tsx @@ -74,7 +74,7 @@ export function PlaylistMembershipPanel({ : (