diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/NavSignupCard.tsx | 2 | ||||
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/NavSignupCard.tsx b/src/view/shell/NavSignupCard.tsx index e32c24dc4..000f5824c 100644 --- a/src/view/shell/NavSignupCard.tsx +++ b/src/view/shell/NavSignupCard.tsx @@ -65,7 +65,7 @@ let NavSignupCard = ({}: {}): React.ReactNode => { </View> <View style={[a.mt_md, a.w_full, {height: 32}]}> - <AppLanguageDropdown style={{marginTop: 0}} /> + <AppLanguageDropdown /> </View> </View> ) diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 18ce42ee8..26795e0fd 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -137,7 +137,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) { {!hasSession && leftNavMinimal && ( <View style={[a.w_full, {height: 32}]}> - <AppLanguageDropdown style={{marginTop: 0}} /> + <AppLanguageDropdown /> </View> )} </View> |