Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 26, 2024
1 parent ba90e88 commit 19f442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/theme-toggler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ThemeToggler: FC<ThemeTogglerProps> = ({ className }) => {
if (!mounted) {
return (
<Button className={className} variant="icon">
<div className="h-6 w-6 animate-pulse rounded-full bg-gray-300" />
<div className="h-6 w-6 animate-pulse rounded-full bg-gray-200 dark:bg-gray-600" />
</Button>
)
}
Expand Down

0 comments on commit 19f442d

Please sign in to comment.