diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-23 20:08:46 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:20:24 +0800 |
commit | ed2a63a4a3cc4ece4e2535a3d2e8cf6d00b24039 (patch) | |
tree | a60bcd34f7e5ad79b0dbadcb356bda23a00ca69e /ui | |
parent | 1bd092cd21bf01cc4fe1148272c7ce0d1ab86dab (diff) | |
download | dexon-wallet-ed2a63a4a3cc4ece4e2535a3d2e8cf6d00b24039.tar.gz dexon-wallet-ed2a63a4a3cc4ece4e2535a3d2e8cf6d00b24039.tar.zst dexon-wallet-ed2a63a4a3cc4ece4e2535a3d2e8cf6d00b24039.zip |
Resolve conflicts
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/add-token-button/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/add-token-button/index.scss b/ui/app/components/add-token-button/index.scss index 39f40471..31a9ab21 100644 --- a/ui/app/components/add-token-button/index.scss +++ b/ui/app/components/add-token-button/index.scss @@ -20,7 +20,7 @@ font-size: 0.75rem; margin: 1rem; text-transform: uppercase; - color: $curious-blue; + color: $dexon-purple; cursor: pointer; } } |