diff options
author | nicofercavv <70589176+nicofercavv-dev@users.noreply.github.com> | 2024-09-06 20:18:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 18:18:31 -0500 |
commit | 275f2bb00418f3c866b0b68f92145f71c028e00c (patch) | |
tree | cbec9511ef1a31b0430a9f8a3992a6a122781c4e /src/view/com/util/fab/FABInner.tsx | |
parent | 543be176741bfcc6c093143799376972818908c4 (diff) | |
download | voidsky-275f2bb00418f3c866b0b68f92145f71c028e00c.tar.zst |
Add cursor pointer to 'New post' button (#5109)
Diffstat (limited to 'src/view/com/util/fab/FABInner.tsx')
-rw-r--r-- | src/view/com/util/fab/FABInner.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/fab/FABInner.tsx b/src/view/com/util/fab/FABInner.tsx index e6fb0ad46..ee8e1f47a 100644 --- a/src/view/com/util/fab/FABInner.tsx +++ b/src/view/com/util/fab/FABInner.tsx @@ -79,6 +79,7 @@ const styles = StyleSheet.create({ // @ts-ignore web-only position: isWeb ? 'fixed' : 'absolute', zIndex: 1, + cursor: 'pointer', }, inner: { justifyContent: 'center', |