Add cursor pointer to 'New post' button (#5109)

zio/stable
nicofercavv 2024-09-06 20:18:31 -03:00 committed by GitHub
parent 543be17674
commit 275f2bb004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ const styles = StyleSheet.create({
// @ts-ignore web-only
position: isWeb ? 'fixed' : 'absolute',
zIndex: 1,
cursor: 'pointer',
},
inner: {
justifyContent: 'center',