Skip to content

Commit 318ecef

Browse files
authored
Merge pull request #601 from VenomousKnight/my-new-feature
feat: add purple hover text effect to theme toggle button
2 parents b34bd55 + 5edefb4 commit 318ecef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/ThemeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ThemeSelector = () => {
2121
return (
2222
<button
2323
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'
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 hover:text-purple-400'
2525
>
2626
{theme === 'dark' ? (
2727
<SunIcon className='h-5 w-5' />

0 commit comments

Comments
 (0)