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.
2 parents b34bd55 + 5edefb4 commit 318ecefCopy full SHA for 318ecef
1 file changed
components/ui/ThemeSelector.tsx
@@ -21,7 +21,7 @@ const ThemeSelector = () => {
21
return (
22
<button
23
onClick={toggleTheme}
24
- className='text-text-1 hover:bg-background-2 focus:ring-primary flex items-center space-x-2 rounded-md px-3 py-2 text-sm font-medium focus:outline-none focus:ring-2'
+ className='text-text-1 hover:bg-background-2 focus:ring-primary flex items-center space-x-2 rounded-md px-3 py-2 text-sm font-medium focus:outline-none focus:ring-2 hover:text-purple-400'
25
>
26
{theme === 'dark' ? (
27
<SunIcon className='h-5 w-5' />
0 commit comments