Hotfix: Fix unable to enter invite code (#1409)

* Remove accessibilityRole from invite code input

* remove unused styles
zio/stable
Ansh 2023-09-07 13:50:24 -07:00 committed by GitHub
parent 2963fb4c6d
commit 00595591c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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,