Add gap between theme sync label and toggle switch

This commit is contained in:
Mary Kate Fain
2026-03-07 13:05:15 -06:00
parent c435b0de94
commit ffd78e428e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -782,7 +782,7 @@ export function ThemeSelector({ builderOpen, onBuilderOpenChange, builderMode }:
{/* Auto-share toggle */}
{user && (
<div className="rounded-xl border border-border bg-card p-4">
<div className="flex items-center justify-between">
<div className="flex items-center justify-between gap-4">
<Label htmlFor="auto-share-theme-dialog" className="flex flex-col gap-1 cursor-pointer">
<span className="text-sm font-medium">Sync app theme with your profile theme</span>
<span className="text-xs text-muted-foreground font-normal">
+1 -1
View File
@@ -131,7 +131,7 @@ export function ThemesPage() {
{/* Sync theme toggle */}
{user && (
<div className="rounded-xl border border-border bg-card p-4">
<div className="flex items-center justify-between">
<div className="flex items-center justify-between gap-4">
<Label htmlFor="auto-share-theme" className="flex flex-col gap-1 cursor-pointer">
<span className="text-sm font-medium">Sync app theme with your profile theme</span>
<span className="text-xs text-muted-foreground font-normal">