Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Mayuran/language switcher padding out #5739

Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const LanguageSwitcher = () => {
onOpenChange={setOpen}
>
<DropdownMenu.Trigger asChild>
<button className={styles.trigger}>
<div className={styles.trigger}>
<Typography.Paragraph size="medium" font_family={'UBUNTU'} weight="bold">
{currentLang.short_name}
</Typography.Paragraph>
</button>
</div>
</DropdownMenu.Trigger>

<DropdownMenu.Content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const StyledHeader = styled(Header)`
}
@media ${device.mobileM} {
text-align: center;
max-width: 34rem;
inline-size: 38rem;
}
`

Expand Down
Loading