about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authornicofercavv <70589176+nicofercavv-dev@users.noreply.github.com>2024-09-06 20:18:31 -0300
committerGitHub <noreply@github.com>2024-09-06 18:18:31 -0500
commit275f2bb00418f3c866b0b68f92145f71c028e00c (patch)
treecbec9511ef1a31b0430a9f8a3992a6a122781c4e /src
parent543be176741bfcc6c093143799376972818908c4 (diff)
downloadvoidsky-275f2bb00418f3c866b0b68f92145f71c028e00c.tar.zst
Add cursor pointer to 'New post' button (#5109)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/fab/FABInner.tsx1
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',