Update ThemeSwitcher.tsx

This commit is contained in:
cond0r 2022-11-30 00:34:22 +02:00
parent 5c6d3a94c8
commit 49d713512a

View File

@ -23,7 +23,7 @@ const ThemeSwitcher = () => {
aria-label="Theme Switcher" aria-label="Theme Switcher"
> >
<ThemeIcon width={20} height={20} theme={theme} /> <ThemeIcon width={20} height={20} theme={theme} />
<span className="capitalize leading-0 ml-2">{theme}</span> <span className="capitalize leading-none ml-2">{theme}</span>
<span className="cursor-pointer"> <span className="cursor-pointer">
<ChevronRight <ChevronRight
className={cn('transition duration-300', { className={cn('transition duration-300', {