Skip to content

Commit

Permalink
bug #5058 - aligned words in recovery backup phrase screen
Browse files Browse the repository at this point in the history
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
  • Loading branch information
goranjovic committed Aug 15, 2018
1 parent 48d81a4 commit dda7cae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/status_im/ui/screens/profile/seed/styles.cljs
Expand Up @@ -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})

Expand Down

0 comments on commit dda7cae

Please sign in to comment.