Add cursor pointer to 'New post' button (#5109)
This commit is contained in:
parent
543be17674
commit
275f2bb004
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ const styles = StyleSheet.create({
|
||||||
// @ts-ignore web-only
|
// @ts-ignore web-only
|
||||||
position: isWeb ? 'fixed' : 'absolute',
|
position: isWeb ? 'fixed' : 'absolute',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
|
cursor: 'pointer',
|
||||||
},
|
},
|
||||||
inner: {
|
inner: {
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue