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>
|
<DialogTrigger>
|
||||||
<Button className={styles.triggerButton} variant="Text">
|
<Button className={styles.triggerButton} variant="Text">
|
||||||
{isMobile && !isFooter ? null : (
|
{isMobile && !isFooter ? null : (
|
||||||
<MaterialIcon
|
<MaterialIcon icon="globe" size={16} className={styles.globeIcon} />
|
||||||
icon="globe"
|
|
||||||
size={16}
|
|
||||||
color="Icon/Inverted"
|
|
||||||
className={styles.globeIcon}
|
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
<Typography
|
<Typography
|
||||||
variant={
|
variant={
|
||||||
@@ -83,7 +78,6 @@ export function LanguageSwitcher({
|
|||||||
className={styles.chevron}
|
className={styles.chevron}
|
||||||
icon="keyboard_arrow_down"
|
icon="keyboard_arrow_down"
|
||||||
size={isMobile ? 24 : 20}
|
size={isMobile ? 24 : 20}
|
||||||
color={isMobile ? "Icon/Default" : "Icon/Inverted"}
|
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user