Skip to content

Commit cb60a57

Browse files
committed
coloration
1 parent 5f3262f commit cb60a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/src/routes/settings/appearance.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ export const SettingsTheme = () => {
113113
</div>
114114
</div>
115115
<Button
116-
variant="outline"
116+
variant="base-outline"
117117
size="lg"
118118
onClick={() => setDark(!dark)}
119119
className={cn(
120-
"h-10 w-10 p-0 text-primary-12 transition-colors",
120+
"h-10 w-24 p-0 text-primary-12 transition-colors",
121121
dark ? "bg-base-4" : "bg-primary-4",
122122
)}
123123
>
@@ -184,7 +184,7 @@ const ColorPickerRow = ({
184184
<DropdownMenu>
185185
<DropdownMenuTrigger asChild>
186186
<Button
187-
variant="outline"
187+
variant="base-outline"
188188
className="h-10 w-24 justify-between bg-base-4"
189189
>
190190
<div

0 commit comments

Comments
 (0)