|
10 | 10 | [quo/documentation-drawers
|
11 | 11 | {:title (i18n/label :t/forgot-your-password-info-title)
|
12 | 12 | :shell? shell?}
|
13 |
| - [rn/view |
14 |
| - {:style style/container} |
| 13 | + [rn/view {:style style/container} |
15 | 14 | [quo/text {:size :paragraph-2} (i18n/label :t/forgot-your-password-info-description)]
|
16 | 15 |
|
17 | 16 | [rn/view {:style style/step-container}
|
18 | 17 | [quo/step {:in-blur-view? shell?} 1]
|
19 |
| - [rn/view |
20 |
| - {:style style/step-content} |
| 18 | + [rn/view {:style style/step-content} |
21 | 19 | [quo/text {:size :paragraph-2 :weight :semi-bold}
|
22 | 20 | (i18n/label :t/forgot-your-password-info-remove-app)]
|
23 | 21 | [quo/text {:size :paragraph-2} (i18n/label :t/forgot-your-password-info-remove-app-description)]]]
|
|
33 | 31 |
|
34 | 32 | [rn/view {:style style/step-container}
|
35 | 33 | [quo/step {:in-blur-view? shell?} 3]
|
36 |
| - [rn/view |
37 |
| - {:style style/step-content} |
38 |
| - [rn/view |
39 |
| - {:style style/step-title} |
| 34 | + [rn/view {:style style/step-content} |
| 35 | + [rn/view {:style style/step-title} |
40 | 36 | [quo/text {:size :paragraph-2} (str (i18n/label :t/sign-up) " ")]
|
41 | 37 | [quo/text {:size :paragraph-2 :weight :semi-bold}
|
42 | 38 | (i18n/label :t/forgot-your-password-info-signup-with-key)]]
|
|
45 | 41 |
|
46 | 42 | [rn/view {:style style/step-container}
|
47 | 43 | [quo/step {:in-blur-view? shell?} 4]
|
48 |
| - [rn/view |
49 |
| - {:style style/step-content} |
| 44 | + [rn/view {:style style/step-content} |
50 | 45 | [quo/text {:size :paragraph-2 :weight :semi-bold}
|
51 | 46 | (i18n/label :t/forgot-your-password-info-create-new-password)]
|
52 | 47 | [quo/text {:size :paragraph-2}
|
|
0 commit comments