From 3f7ed57b4be41d6e4097cb065ee5fac4874b81da Mon Sep 17 00:00:00 2001 From: ivorycrayon Date: Sun, 24 May 2026 16:24:44 -0700 Subject: [PATCH] fix(picker): tighten mobile padding for name space --- src/components/picker/PlaylistRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/picker/PlaylistRow.tsx b/src/components/picker/PlaylistRow.tsx index 8f14e36..b1b7bb5 100644 --- a/src/components/picker/PlaylistRow.tsx +++ b/src/components/picker/PlaylistRow.tsx @@ -58,7 +58,7 @@ export function PlaylistRow({ type="button" onClick={onShuffle} disabled={locked} - className={`${CTA_CLASS} shrink-0 min-h-[44px] px-3 py-2 text-xs disabled:cursor-not-allowed disabled:opacity-50 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand sm:min-w-[9.5rem] sm:px-4 sm:text-sm`} + className={`${CTA_CLASS} shrink-0 min-h-[44px] px-1.5 py-2 text-xs disabled:cursor-not-allowed disabled:opacity-50 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand sm:min-w-[9.5rem] sm:px-4 sm:text-sm`} > {isShuffling ? "Shuffling…" : "Shuffle for real"}