From aa3781e5b5fa305a9183ffc30c91fa8dbd11f747 Mon Sep 17 00:00:00 2001 From: Gheorghe Pinzaru Date: Wed, 1 Jul 2020 15:27:34 +0300 Subject: [PATCH] Onboarding headers style Signed-off-by: andrey --- src/status_im/ui/screens/intro/styles.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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