diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-24 15:40:38 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:27:43 +0800 |
commit | b9b8c9d70bfa12aa5c752f05d676b2e1a67405b6 (patch) | |
tree | 6f38bcb507cf0c1286379ac4320a02c8a15679cc /ui/app/components/currency-display/index.scss | |
parent | 1707172b35661330c34ed90209676ecc945611f9 (diff) | |
download | dexon-wallet-b9b8c9d70bfa12aa5c752f05d676b2e1a67405b6.tar.gz dexon-wallet-b9b8c9d70bfa12aa5c752f05d676b2e1a67405b6.tar.zst dexon-wallet-b9b8c9d70bfa12aa5c752f05d676b2e1a67405b6.zip |
Update Dexon wording
Diffstat (limited to 'ui/app/components/currency-display/index.scss')
-rw-r--r-- | ui/app/components/currency-display/index.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/currency-display/index.scss b/ui/app/components/currency-display/index.scss index 313c932b..17410dc9 100644 --- a/ui/app/components/currency-display/index.scss +++ b/ui/app/components/currency-display/index.scss @@ -6,6 +6,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + color: $white; } &__suffix { |