about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSam Brownstone <37947148+sbsto@users.noreply.github.com>2023-07-18 23:40:36 +0100
committerGitHub <noreply@github.com>2023-07-18 15:40:36 -0700
commitabd2c8e6955e48282d860730e083be227b4a24f6 (patch)
tree1113b09e8cdd84d984a40ec630caaa9161cb4500
parenta6bb38ee5194c1b7f423f18a755e293b0f0d51bd (diff)
downloadvoidsky-abd2c8e6955e48282d860730e083be227b4a24f6.tar.zst
Fix cursor not being a pointer on profile back button (#1022)
* Fix cursor not being a pointer on profile back button

* Change TouchableOpacity to Pressable

* switch back to TouchableWithoutFeedback

---------

Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
-rw-r--r--src/view/com/profile/ProfileHeader.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx
index 56814fe97..320d8a778 100644
--- a/src/view/com/profile/ProfileHeader.tsx
+++ b/src/view/com/profile/ProfileHeader.tsx
@@ -541,6 +541,8 @@ const styles = StyleSheet.create({
     height: 30,
     overflow: 'hidden',
     borderRadius: 15,
+    // @ts-ignore web only
+    cursor: 'pointer',
   },
   backBtn: {
     width: 30,