aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-28 10:18:39 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-28 10:19:05 +0800
commit4370ca0cef1f58e78b7d596c0976d6b18fe998f8 (patch)
tree26630dd1a28d7f0267468797d6c5d595ad384d8c /ui/app/components/hex-as-decimal-input.js
parent2b0e939abdfe8207d47cce863aab48898dbf4e8c (diff)
downloadtangerine-wallet-browser-4370ca0cef1f58e78b7d596c0976d6b18fe998f8.tar.gz
tangerine-wallet-browser-4370ca0cef1f58e78b7d596c0976d6b18fe998f8.tar.zst
tangerine-wallet-browser-4370ca0cef1f58e78b7d596c0976d6b18fe998f8.zip
Got gas live re-estimating
Diffstat (limited to 'ui/app/components/hex-as-decimal-input.js')
-rw-r--r--ui/app/components/hex-as-decimal-input.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/hex-as-decimal-input.js b/ui/app/components/hex-as-decimal-input.js
index 95d805335..254232a0a 100644
--- a/ui/app/components/hex-as-decimal-input.js
+++ b/ui/app/components/hex-as-decimal-input.js
@@ -43,6 +43,7 @@ HexAsDecimalInput.prototype.render = function () {
display: 'block',
textAlign: 'right',
backgroundColor: 'transparent',
+ border: '1px solid #bdbdbd',
}, style),
value: decimalValue,
onChange: (event) => {