1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add GWEI to gas price unit

This commit is contained in:
Chi Kei Chan 2017-10-25 01:17:17 -07:00
parent ff7e7db9ec
commit 2b72b70647
2 changed files with 1 additions and 2 deletions

View File

@ -218,7 +218,7 @@ CustomizeGasModal.prototype.render = function () {
// max: 1000, // max: 1000,
step: 1, step: 1,
onChange: value => this.convertAndSetGasPrice(value), onChange: value => this.convertAndSetGasPrice(value),
title: 'Gas Price', title: 'Gas Price (GWEI)',
copy: 'We calculate the suggested gas prices based on network success rates.', copy: 'We calculate the suggested gas prices based on network success rates.',
}), }),

View File

@ -826,7 +826,6 @@
&__title { &__title {
height: 26px; height: 26px;
width: 84px;
color: $tundora; color: $tundora;
font-family: Roboto; font-family: Roboto;
font-size: 20px; font-size: 20px;