Skip to content

Commit

Permalink
fix: theme switch border color
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 19, 2023
1 parent 702d654 commit b5ceba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/theme-switcher/ThemeSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const ButtonGroup = () => {
return (
<div
role="radiogroup"
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"
>
<button
aria-checked="false"
Expand Down

1 comment on commit b5ceba7

@vercel
Copy link

@vercel vercel bot commented on b5ceba7 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
springtide.vercel.app
springtide-git-main-innei.vercel.app

Please sign in to comment.