[fix #2924] change currency font color to white on send screen for android
This commit is contained in:
parent
7cb9e09c08
commit
df96d6e826
|
@ -92,6 +92,9 @@
|
|||
(def asset-label
|
||||
{:margin-right 10})
|
||||
|
||||
(def asset-text
|
||||
{:color styles/color-white})
|
||||
|
||||
(defstyle container-disabled
|
||||
{:border-width 1
|
||||
:border-color styles/color-white-transparent-4
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
[react/text {:style styles/label}
|
||||
(i18n/label :t/wallet-asset)]
|
||||
[react/view styles/asset-container
|
||||
[react/text
|
||||
[react/text {:style styles/asset-text}
|
||||
(name symbol)]]])
|
||||
|
||||
(defn- type->handler [k]
|
||||
|
|
Loading…
Reference in New Issue