File tree 1 file changed +5
-3
lines changed
src/status_im2/contexts/onboarding/enable_biometrics 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
profile-color (:color (rf/sub [:onboarding-2/profile ]))]
25
25
[rn/view {:style (style/buttons insets)}
26
26
[quo/button
27
- {:on-press #(rf/dispatch [:onboarding-2/enable-biometrics ])
27
+ {:accessibility-label :enable-biometrics-button
28
+ :on-press #(rf/dispatch [:onboarding-2/enable-biometrics ])
28
29
:before :i/face-id
29
30
:override-background-color (colors/custom-color profile-color 50 )}
30
31
(i18n/label :t/biometric-enable-button {:bio-type-label bio-type-label})]
31
32
[quo/button
32
- {:on-press #(rf/dispatch [:onboarding-2/create-account-and-login ])
33
+ {:accessibility-label :maybe-later-button
34
+ :on-press #(rf/dispatch [:onboarding-2/create-account-and-login ])
33
35
:override-background-color colors/white-opa-5
34
36
:style {:margin-top 12 }}
35
37
(i18n/label :t/maybe-later )]]))
45
47
[rn/view {:style style/page-illustration}
46
48
[quo/text
47
49
" Illustration here" ]]
48
- [enable-biometrics-buttons {:insets insets}]]))])
50
+ [enable-biometrics-buttons {:insets insets}]]))])
You can’t perform that action at this time.
0 commit comments