We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702d654 commit b5ceba7Copy full SHA for b5ceba7
src/components/ui/theme-switcher/ThemeSwitcher.tsx
@@ -172,7 +172,7 @@ const ButtonGroup = () => {
172
return (
173
<div
174
role="radiogroup"
175
- className="w-fit-content inline-flex rounded-full border border-gray-400 p-[3px]"
+ className="w-fit-content inline-flex rounded-full border border-slate-100 p-[3px] dark:border-neutral-800"
176
>
177
<button
178
aria-checked="false"
0 commit comments