diff --git a/src/status_im/ui/screens/intro/styles.cljs b/src/status_im/ui/screens/intro/styles.cljs index 2459087ae6..a82e48c534 100644 --- a/src/status_im/ui/screens/intro/styles.cljs +++ b/src/status_im/ui/screens/intro/styles.cljs @@ -32,7 +32,9 @@ :transform [{:translateX (animated/mix progress (- progress-size) 0)}]}) (def wizard-title - {:margin-bottom 16}) + {:margin-bottom 16 + :typography :header + :text-align :center}) (def wizard-text {:color colors/gray