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:
parent
ff7e7db9ec
commit
2b72b70647
@ -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.',
|
||||
}),
|
||||
|
||||
|
@ -826,7 +826,6 @@
|
||||
|
||||
&__title {
|
||||
height: 26px;
|
||||
width: 84px;
|
||||
color: $tundora;
|
||||
font-family: Roboto;
|
||||
font-size: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user