v3: minor visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -15,7 +15,7 @@ export function NewPlaylistForm(
|
||||
{
|
||||
onCreated,
|
||||
toggleLabel,
|
||||
toggleClassName = "new-playlist-toggle",
|
||||
toggleClassName = "new-item-toggle",
|
||||
}: NewPlaylistFormProps,
|
||||
) {
|
||||
const [open, setOpen] = useState(false);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user