Increase hit slop for web's app language picker (#3535)

* fix: make app language picker tap region larger

* fix: add right padding on drawer signup card

noticeable on portuguese language

* fix: mimic hitSlop
This commit is contained in:
Mary
2024-04-14 02:02:22 +07:00
committed by GitHub
parent a8c1e71907
commit 196dd3a8ab
2 changed files with 13 additions and 2 deletions
+3 -1
View File
@@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
/>
</View>
) : (
<NavSignupCard />
<View style={{paddingRight: 20}}>
<NavSignupCard />
</View>
)}
{hasSession ? (