Skip to content

Commit

Permalink
chore(suite): use receipt icon for gas
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka authored and peter-sanderson committed Oct 8, 2024
1 parent f35bd8c commit e0dc41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const TransactionReviewSummary = ({
{!!tx.feeLimit && network.networkType !== 'solana' && (
<LeftDetailsRow>
<ReviewLeftDetailsLineLeft>
<Icon size={12} color={theme.iconSubdued} name="gasPump" />
<Icon size={12} color={theme.iconSubdued} name="receipt" />
<Translation id="TR_GAS_LIMIT" />
</ReviewLeftDetailsLineLeft>

Expand All @@ -304,7 +304,7 @@ export const TransactionReviewSummary = ({
)}
<LeftDetailsRow>
<ReviewLeftDetailsLineLeft>
<Icon size={12} color={theme.iconSubdued} name="gasPump" />
<Icon size={12} color={theme.iconSubdued} name="receipt" />
<Translation
id={feeLabelTranslationIdByNetworkTypeMap[network.networkType]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const BasicTxDetails = ({
<Title>
<Icon
margin={{ right: spacings.xs }}
name="gas"
name="receipt"
size={15}
variant="tertiary"
/>
Expand All @@ -290,7 +290,7 @@ export const BasicTxDetails = ({
<>
<Title>
<Icon
name="gasPump"
name="receipt"
size={15}
margin={{ right: spacings.xs }}
variant="tertiary"
Expand All @@ -301,7 +301,7 @@ export const BasicTxDetails = ({

<Title>
<Icon
name="gasPump"
name="receipt"
size={15}
margin={{ right: spacings.xs }}
variant="tertiary"
Expand All @@ -318,7 +318,7 @@ export const BasicTxDetails = ({

<Title>
<Icon
name="gasPump"
name="receipt"
size={15}
margin={{ right: spacings.xs }}
variant="tertiary"
Expand Down

0 comments on commit e0dc41d

Please sign in to comment.