mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix estimated network fee line split (#9648)
This commit is contained in:
parent
ff1e134ac9
commit
aa554f5139
@ -106,11 +106,8 @@
|
|||||||
color: $Grey-500;
|
color: $Grey-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__row-header-secondary,
|
||||||
&__row-header-secondary--bold {
|
&__row-header-secondary--bold {
|
||||||
margin-right: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__row-header-secondary {
|
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -275,7 +275,7 @@ export function getRenderableGasFeesForQuote (tradeGas, approveGas, gasPrice, cu
|
|||||||
const ethFee = getValueFromWeiHex({
|
const ethFee = getValueFromWeiHex({
|
||||||
value: gasTotalInWeiHex,
|
value: gasTotalInWeiHex,
|
||||||
toDenomination: 'ETH',
|
toDenomination: 'ETH',
|
||||||
numberOfDecimals: 6,
|
numberOfDecimals: 5,
|
||||||
})
|
})
|
||||||
const rawNetworkFees = getValueFromWeiHex({
|
const rawNetworkFees = getValueFromWeiHex({
|
||||||
value: gasTotalInWeiHex,
|
value: gasTotalInWeiHex,
|
||||||
|
Loading…
Reference in New Issue
Block a user