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:
@@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
|
||||
/>
|
||||
</View>
|
||||
) : (
|
||||
<NavSignupCard />
|
||||
<View style={{paddingRight: 20}}>
|
||||
<NavSignupCard />
|
||||
</View>
|
||||
)}
|
||||
|
||||
{hasSession ? (
|
||||
|
||||
Reference in New Issue
Block a user