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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 2 deletions

View file

@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
/>
</View>
) : (
<NavSignupCard />
<View style={{paddingRight: 20}}>
<NavSignupCard />
</View>
)}
{hasSession ? (