File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/Nav/Desktop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => {
52
52
aria-label = { themeIconAriaLabel }
53
53
variant = "ghost"
54
54
isSecondary
55
- className = "group px-2 xl:px-3 [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover"
55
+ className = "group px-2 xl:px-3 [&>svg]:transition-transform [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover"
56
56
onClick = { toggleColorMode }
57
57
>
58
58
< ThemeIcon className = "transform-transform duration-500 group-hover:rotate-12 group-hover:transition-transform group-hover:duration-500" />
@@ -64,7 +64,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => {
64
64
name = { DESKTOP_LANGUAGE_BUTTON_NAME }
65
65
ref = { languagePickerRef }
66
66
variant = "ghost"
67
- className = "gap-0 px-2 text-body transition-colors duration-500 active:bg-primary-low-contrast active:text-primary-hover data-[state='open']:bg-primary-low-contrast data-[state='open']:text-primary-hover xl:px-3 [&_svg]:transition-transform [&_svg]:duration-500 [&_svg]:hover:rotate-12"
67
+ className = "gap-0 px-2 text-body transition-transform duration-500 active:bg-primary-low-contrast active:text-primary-hover data-[state='open']:bg-primary-low-contrast data-[state='open']:text-primary-hover xl:px-3 [&_svg]:transition-transform [&_svg]:duration-500 [&_svg]:hover:rotate-12"
68
68
>
69
69
< BsTranslate className = "me-2 align-middle text-2xl" />
70
70
< span className = "hidden lg:inline-block" >
You can’t perform that action at this time.
0 commit comments