mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Update ThemeSwitcher.tsx
This commit is contained in:
parent
5c6d3a94c8
commit
49d713512a
@ -23,7 +23,7 @@ const ThemeSwitcher = () => {
|
||||
aria-label="Theme Switcher"
|
||||
>
|
||||
<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">
|
||||
<ChevronRight
|
||||
className={cn('transition duration-300', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user