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:
parent
a8c1e71907
commit
196dd3a8ab
2 changed files with 13 additions and 2 deletions
|
@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
|
|||
/>
|
||||
</View>
|
||||
) : (
|
||||
<NavSignupCard />
|
||||
<View style={{paddingRight: 20}}>
|
||||
<NavSignupCard />
|
||||
</View>
|
||||
)}
|
||||
|
||||
{hasSession ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue