aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/currency-display.scss
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-02-13 14:39:15 +0800
committerAlexander Tseung <alextsg@users.noreply.github.com>2018-02-13 14:39:15 +0800
commite4c83466befc439f26cdd9c32d130b367bc552a7 (patch)
tree3c1216c5e70300d909ff6f80a266849f94b10aa9 /ui/app/css/itcss/components/currency-display.scss
parentfe2ed68f1139046d163ec3d85f31d61ae5fbd989 (diff)
downloadtangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.gz
tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.tar.zst
tangerine-wallet-browser-e4c83466befc439f26cdd9c32d130b367bc552a7.zip
Send screen style updates. (#3234)
Diffstat (limited to 'ui/app/css/itcss/components/currency-display.scss')
-rw-r--r--ui/app/css/itcss/components/currency-display.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/currency-display.scss b/ui/app/css/itcss/components/currency-display.scss
index 9459629b6..e043c1966 100644
--- a/ui/app/css/itcss/components/currency-display.scss
+++ b/ui/app/css/itcss/components/currency-display.scss
@@ -4,7 +4,7 @@
border: 1px solid $alto;
border-radius: 4px;
background-color: $white;
- color: $dusty-gray;
+ color: $scorpion;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
@@ -52,5 +52,6 @@
&__currency-symbol {
margin-top: 1px;
+ color: $scorpion;
}
} \ No newline at end of file