We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c41476 commit 5a3a377Copy full SHA for 5a3a377
components/layouts/page-header/theme-switcher.tsx
@@ -19,7 +19,7 @@ export default function ThemeSwitcher() {
19
if (!mounted) return null;
20
21
return (
22
- <Button variant="ghost" className="size-8 px-0" onClick={toggleTheme}>
+ <Button variant="ghost" className="size-8 cursor-pointer px-0" onClick={toggleTheme}>
23
<SunIcon className="hidden [html.dark_&]:block" />
24
<MoonIcon className="hidden [html.light_&]:block" />
25
<span className="sr-only">Toggle theme</span>
0 commit comments