Add cursor pointer to 'New post' button (#5109)
parent
543be17674
commit
275f2bb004
|
@ -79,6 +79,7 @@ const styles = StyleSheet.create({
|
|||
// @ts-ignore web-only
|
||||
position: isWeb ? 'fixed' : 'absolute',
|
||||
zIndex: 1,
|
||||
cursor: 'pointer',
|
||||
},
|
||||
inner: {
|
||||
justifyContent: 'center',
|
||||
|
|
Loading…
Reference in New Issue