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"}