[fix #2924] change currency font color to white on send screen for android

This commit is contained in:
Dmitry Novotochinov 2018-01-10 20:07:59 +03:00
parent 7cb9e09c08
commit df96d6e826
No known key found for this signature in database
GPG Key ID: 267674DCC86628D9
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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]