Skip to content

Commit 2ed25a9

Browse files
committed
fix warning on intro screen
1 parent 3b6f3b7 commit 2ed25a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
(def wizard-title
3535
{:margin-bottom 16
36-
:typography :header
3736
:text-align :center})
3837

3938
(def wizard-text
@@ -78,4 +77,4 @@
7877
{:padding-horizontal 24
7978
:justify-content :center
8079
:align-items :center
81-
:flex-direction :row})
80+
:flex-direction :row})

0 commit comments

Comments
 (0)