v3: minor visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
khannurien
2026-06-27 20:10:55 +00:00
parent c29f45fbc8
commit bcbb8f5583
8 changed files with 75 additions and 63 deletions

View File

@@ -15,7 +15,7 @@ export function NewPlaylistForm(
{
onCreated,
toggleLabel,
toggleClassName = "new-playlist-toggle",
toggleClassName = "new-item-toggle",
}: NewPlaylistFormProps,
) {
const [open, setOpen] = useState(false);

View File

@@ -74,7 +74,7 @@ export function PlaylistMembershipPanel({
: (
<button
type="button"
className="modal-new-playlist-toggle"
className="modal-new-item-toggle"
onClick={() => setShowNewForm(true)}
>
<Trans>+ New playlist</Trans>