[bug] fix #2243 align network badge and connect button
This commit is contained in:
parent
9e1d289a9b
commit
2a166c3a37
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
(def connect-button-container
|
(def connect-button-container
|
||||||
{:margin-top 8
|
{:margin-top 8
|
||||||
:align-items :center
|
|
||||||
:margin-bottom 16
|
:margin-bottom 16
|
||||||
:margin-horizontal 16})
|
:margin-horizontal 16})
|
||||||
|
|
||||||
|
@ -34,11 +33,9 @@
|
||||||
:align-items :center
|
:align-items :center
|
||||||
:justify-content :center
|
:justify-content :center
|
||||||
:background-color common/color-light-blue
|
:background-color common/color-light-blue
|
||||||
:ios {:width 343
|
:ios {:border-radius 8
|
||||||
:border-radius 8
|
|
||||||
:opacity 0.9}
|
:opacity 0.9}
|
||||||
:android {:width 328
|
:android {:border-radius 4}})
|
||||||
:border-radius 4}})
|
|
||||||
|
|
||||||
(defstyle connect-button-label
|
(defstyle connect-button-label
|
||||||
{:color common/color-white
|
{:color common/color-white
|
||||||
|
|
Loading…
Reference in New Issue