chore: fix color for light mode icon (#806)

This commit is contained in:
Adithya Krishna
2024-01-15 05:18:55 +05:30
committed by GitHub
parent b09071ebc7
commit 58b3a127ea
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export const ThemeSwitcher = () => {
>
{isMounted && theme === THEMES_TYPE.LIGHT && (
<motion.div
className="bg-background absolute inset-0 rounded-full mix-blend-exclusion"
className="bg-background absolute inset-0 rounded-full mix-blend-color-burn"
layoutId="selected-theme"
/>
)}