fix warning on intro screen

This commit is contained in:
Roman Volosovskyi 2021-04-22 16:22:15 +03:00
parent 3b6f3b77cc
commit 2ed25a9f51
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 2 deletions

View File

@ -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})
:flex-direction :row})