We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3262f commit cb60a57Copy full SHA for cb60a57
packages/react/src/routes/settings/appearance.tsx
@@ -113,11 +113,11 @@ export const SettingsTheme = () => {
113
</div>
114
115
<Button
116
- variant="outline"
+ variant="base-outline"
117
size="lg"
118
onClick={() => setDark(!dark)}
119
className={cn(
120
- "h-10 w-10 p-0 text-primary-12 transition-colors",
+ "h-10 w-24 p-0 text-primary-12 transition-colors",
121
dark ? "bg-base-4" : "bg-primary-4",
122
)}
123
>
@@ -184,7 +184,7 @@ const ColorPickerRow = ({
184
<DropdownMenu>
185
<DropdownMenuTrigger asChild>
186
187
188
className="h-10 w-24 justify-between bg-base-4"
189
190
<div
0 commit comments