mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix hitslop
This commit is contained in:
@@ -15,10 +15,12 @@ export const HeaderMenu = () => {
|
||||
onPress={() => {
|
||||
eSendEvent(eOpenSortDialog);
|
||||
}}
|
||||
hitSlop={{top: 10, right: 10, left: 30, bottom: 15}}
|
||||
activeOpacity={1}
|
||||
style={{
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
zIndex:10
|
||||
}}>
|
||||
<Text
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user