bug #5058 - aligned words in recovery backup phrase screen

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-08-12 11:33:55 +02:00
parent 48d81a4f95
commit dda7cae8f0
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 4 additions and 2 deletions

View File

@ -36,12 +36,14 @@
{:flex-direction :row})
(def six-word-num
{:opacity 0.4
{:width 20
:text-align :right
:opacity 0.4
:font-size 15
:letter-spacing -0.2})
(def six-words-word
{:margin-left 16
{:margin-left 24
:font-size 15
:letter-spacing -0.2})