Skip to content

Commit b5ceba7

Browse files
committed
fix: theme switch border color
Signed-off-by: Innei <[email protected]>
1 parent 702d654 commit b5ceba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/theme-switcher/ThemeSwitcher.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const ButtonGroup = () => {
172172
return (
173173
<div
174174
role="radiogroup"
175-
className="w-fit-content inline-flex rounded-full border border-gray-400 p-[3px]"
175+
className="w-fit-content inline-flex rounded-full border border-slate-100 p-[3px] dark:border-neutral-800"
176176
>
177177
<button
178178
aria-checked="false"

0 commit comments

Comments
 (0)