Skip to content

Commit b8729e6

Browse files
committed
fix button colors
1 parent a9f11f1 commit b8729e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/status_im/contexts/onboarding/events.cljs

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@
152152
(re-frame/dispatch
153153
[:profile/profile-selected key-uid]))
154154
:on-cancel #(re-frame/dispatch [:pop-to-root :multiaccounts])}}
155-
{:db (assoc-in db [:onboarding/profile :seed-phrase] seed-phrase)
155+
{:db (-> db
156+
(assoc-in [:onboarding/profile :seed-phrase] seed-phrase)
157+
(assoc-in [:onboarding/profile :color] constants/profile-default-color))
156158
:fx [[:dispatch
157159
[:navigate-to-within-stack
158160
[next-screen

0 commit comments

Comments
 (0)