about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-09-07 13:50:24 -0700
committerGitHub <noreply@github.com>2023-09-07 13:50:24 -0700
commit00595591c46db6ebfa9a8ee404f275b43493f7e0 (patch)
tree2f686414f3df2c5d0110b5d3a46de9bf5c3bdcfa /src
parent2963fb4c6dec398a0c39c35e717e175de986622f (diff)
downloadvoidsky-00595591c46db6ebfa9a8ee404f275b43493f7e0.tar.zst
Hotfix: Fix unable to enter invite code (#1409)
* Remove accessibilityRole from invite code input

* remove unused styles
Diffstat (limited to 'src')
-rw-r--r--src/view/com/auth/create/Step2.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx
index 52a06f031..5f71469f0 100644
--- a/src/view/com/auth/create/Step2.tsx
+++ b/src/view/com/auth/create/Step2.tsx
@@ -45,7 +45,6 @@ export const Step2 = observer(({model}: {model: CreateAccountModel}) => {
             value={model.inviteCode}
             editable
             onChange={model.setInviteCode}
-            accessibilityRole="button"
             accessibilityLabel="Invite code"
             accessibilityHint="Input invite code to proceed"
           />
@@ -143,7 +142,6 @@ const styles = StyleSheet.create({
     borderRadius: 6,
     marginTop: 10,
   },
-
   dateInputButton: {
     borderWidth: 1,
     borderRadius: 6,