[bug] fix #2243 align network badge and connect button

This commit is contained in:
Eric Dvorsak 2017-10-20 12:26:32 +02:00 committed by Roman Volosovskyi
parent 9e1d289a9b
commit 2a166c3a37
1 changed files with 2 additions and 5 deletions

View File

@ -25,7 +25,6 @@
(def connect-button-container
{:margin-top 8
:align-items :center
:margin-bottom 16
:margin-horizontal 16})
@ -34,11 +33,9 @@
:align-items :center
:justify-content :center
:background-color common/color-light-blue
:ios {:width 343
:border-radius 8
:ios {:border-radius 8
:opacity 0.9}
:android {:width 328
:border-radius 4}})
:android {:border-radius 4}})
(defstyle connect-button-label
{:color common/color-white