Skip to content

Commit a169970

Browse files
committed
conflict resolve
1 parent 434382c commit a169970

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

src/status_im/keycard/recovery.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
:content (i18n/label (if (= backup-type :recovery-card)
217217
:t/keycard-can-use-with-new-passcode :t/keycard-backup-success-body))}}
218218
(if (multiaccounts.model/logged-in? cofx)
219-
(navigation/navigate-to-cofx :profile-stack {:screen :keycard-settings})
219+
(navigation/navigate-to-cofx :keycard-settings nil)
220220
(return-to-keycard-login))))
221221

222222
(fx/defn on-generate-and-load-key-success

src/status_im/navigation.cljs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
[_ config]
1818
{::navigate-reset config})
1919

20-
2120
(defn- all-screens-params [db view screen-params]
2221
(cond-> db
2322
(and (seq screen-params) (:screen screen-params) (:params screen-params))

src/status_im/ui/screens/intro/styles.cljs

Whitespace-only changes.

src/status_im/ui/screens/onboarding/intro/styles.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
(def wizard-title
4242
{:margin-bottom 16
43+
:typography :header
4344
:text-align :center})
4445

4546
(def buttons-container

src/status_im/ui/screens/onboarding/styles.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
(def wizard-title
55
{:margin-bottom 16
6+
:typography :header
67
:text-align :center})
78

89
(defn wizard-text []

0 commit comments

Comments
 (0)