Merged in fix/SW-3707-footer-icon-color (pull request #3490)
fix(SW-3707): fix footer LanguageSwitcher icon colors * fix(SW-3707): fix footer LanguageSwitcher icon colors Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -63,12 +63,7 @@ export function LanguageSwitcher({
|
||||
<DialogTrigger>
|
||||
<Button className={styles.triggerButton} variant="Text">
|
||||
{isMobile && !isFooter ? null : (
|
||||
<MaterialIcon
|
||||
icon="globe"
|
||||
size={16}
|
||||
color="Icon/Inverted"
|
||||
className={styles.globeIcon}
|
||||
/>
|
||||
<MaterialIcon icon="globe" size={16} className={styles.globeIcon} />
|
||||
)}
|
||||
<Typography
|
||||
variant={
|
||||
@@ -83,7 +78,6 @@ export function LanguageSwitcher({
|
||||
className={styles.chevron}
|
||||
icon="keyboard_arrow_down"
|
||||
size={isMobile ? 24 : 20}
|
||||
color={isMobile ? "Icon/Default" : "Icon/Inverted"}
|
||||
/>
|
||||
</span>
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user