diff options
Diffstat (limited to 'ui/app/components/currency-display/index.scss')
-rw-r--r-- | ui/app/components/currency-display/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/currency-display/index.scss b/ui/app/components/currency-display/index.scss index 17410dc9..65ac05f5 100644 --- a/ui/app/components/currency-display/index.scss +++ b/ui/app/components/currency-display/index.scss @@ -6,7 +6,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - color: $white; + color: $black; } &__suffix { |