aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-25 16:17:17 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-25 16:17:17 +0800
commit2b72b70647caaa81c0077e224a7dc8b9f823c872 (patch)
tree525e1d4059e14634378a6e0735c02ad0896bc3ec /ui/app
parentff7e7db9ec85178d8631bd42943b0b2e0e934956 (diff)
downloadtangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.gz
tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.tar.zst
tangerine-wallet-browser-2b72b70647caaa81c0077e224a7dc8b9f823c872.zip
Add GWEI to gas price unit
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/customize-gas-modal/index.js2
-rw-r--r--ui/app/css/itcss/components/send.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/customize-gas-modal/index.js b/ui/app/components/customize-gas-modal/index.js
index e5bfcfc63..598247497 100644
--- a/ui/app/components/customize-gas-modal/index.js
+++ b/ui/app/components/customize-gas-modal/index.js
@@ -218,7 +218,7 @@ CustomizeGasModal.prototype.render = function () {
// max: 1000,
step: 1,
onChange: value => this.convertAndSetGasPrice(value),
- title: 'Gas Price',
+ title: 'Gas Price (GWEI)',
copy: 'We calculate the suggested gas prices based on network success rates.',
}),
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index a8d46067b..282eef030 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -826,7 +826,6 @@
&__title {
height: 26px;
- width: 84px;
color: $tundora;
font-family: Roboto;
font-size: 20px;