diff --git a/src/sass/views/amount.scss b/src/sass/views/amount.scss index dc5c62a96..5146b35cf 100644 --- a/src/sass/views/amount.scss +++ b/src/sass/views/amount.scss @@ -52,6 +52,9 @@ position: absolute; bottom: 254px; top: 66px; + .light { + color: #A4A4A4; + } } } @@ -84,7 +87,8 @@ .operator-send { font-weight: bolder; - background-color: #f7f7f7; + color: #f8f8f8; + background-color: #172565; font-size: 36px; cursor: pointer; diff --git a/www/views/amount.html b/www/views/amount.html index 29dd08a5d..11614da7a 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -35,15 +35,14 @@
-
{{amount || "0.00" }}
-
+
{{amount || "0.00" }}
+
{{globalResult}} {{amountResult || '0.00'}} {{alternativeIsoCode}}
{{globalResult}} {{alternativeResult || '0.00'}} {{unitName}}
-