From 2ed25a9f517c112d5983e7aae48a6337d76cce78 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 22 Apr 2021 16:22:15 +0300 Subject: [PATCH] fix warning on intro screen --- src/status_im/ui/screens/intro/styles.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/intro/styles.cljs b/src/status_im/ui/screens/intro/styles.cljs index 615f722232..4fad55a0ab 100644 --- a/src/status_im/ui/screens/intro/styles.cljs +++ b/src/status_im/ui/screens/intro/styles.cljs @@ -33,7 +33,6 @@ (def wizard-title {:margin-bottom 16 - :typography :header :text-align :center}) (def wizard-text @@ -78,4 +77,4 @@ {:padding-horizontal 24 :justify-content :center :align-items :center - :flex-direction :row}) \ No newline at end of file + :flex-direction :row})