Merged in fix/book-249-navigation-icon-color-update (pull request #2916)
fix(BOOK-249): navigation icon color update * fix(BOOK:249): updated color token to CurrentColor * fix(BOOK-249): changed "log in/join" text to bold * fix(BOOK-249): changed color on login arrow icon and in skeleton Approved-by: Matilda Landström
This commit is contained in:
@@ -55,14 +55,14 @@ export default function MenuItem({ item, isMobile }: NavigationMenuItemProps) {
|
||||
icon="arrow_forward_ios"
|
||||
size={20}
|
||||
className={`${styles.chevron}`}
|
||||
color="Icon/Interactive/Default"
|
||||
color="CurrentColor"
|
||||
/>
|
||||
) : (
|
||||
<MaterialIcon
|
||||
icon="keyboard_arrow_down"
|
||||
size={20}
|
||||
className={`${styles.chevron} ${isMegaMenuOpen ? styles.isExpanded : ""}`}
|
||||
color="Icon/Interactive/Default"
|
||||
color="CurrentColor"
|
||||
/>
|
||||
)}
|
||||
</MainMenuButton>
|
||||
|
||||
Reference in New Issue
Block a user