mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
EIP-1559 - Ony show orange confirmation heading when fee is Dapp suggested (#11570)
This commit is contained in:
parent
eb622d96fc
commit
859a82d428
@ -399,7 +399,9 @@ export default class ConfirmTransactionBase extends Component {
|
||||
</>
|
||||
)
|
||||
}
|
||||
detailTitleColor={COLORS.SECONDARY1}
|
||||
detailTitleColor={
|
||||
txData.dappSuggestedGasFees ? COLORS.SECONDARY1 : COLORS.BLACK
|
||||
}
|
||||
detailText={
|
||||
<UserPreferencedCurrencyDisplay
|
||||
type={PRIMARY}
|
||||
|
Loading…
Reference in New Issue
Block a user