Fix estimated network fee line split (#9648)

feature/default_network_editable
Erik Marks 4 years ago committed by Mark Stacey
parent ff1e134ac9
commit aa554f5139
  1. 5
      ui/app/pages/swaps/fee-card/index.scss
  2. 2
      ui/app/pages/swaps/swaps.util.js

@ -106,11 +106,8 @@
color: $Grey-500;
}
&__row-header-secondary,
&__row-header-secondary--bold {
margin-right: 16px;
}
&__row-header-secondary {
margin-right: 12px;
}

@ -275,7 +275,7 @@ export function getRenderableGasFeesForQuote (tradeGas, approveGas, gasPrice, cu
const ethFee = getValueFromWeiHex({
value: gasTotalInWeiHex,
toDenomination: 'ETH',
numberOfDecimals: 6,
numberOfDecimals: 5,
})
const rawNetworkFees = getValueFromWeiHex({
value: gasTotalInWeiHex,

Loading…
Cancel
Save