Skip to content

Commit

Permalink
fixup! feat(suite): mark potentially phishy zero-value transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
dahaca committed Jan 19, 2023
1 parent 45aab9d commit f323060
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const StyledCryptoAmount = styled(FormattedCryptoAmount)<{ isZeroValuePhishing:

const HelpLink = styled(TrezorLink)`
color: ${({ theme }) => theme.TYPE_ORANGE};
path {
fill: ${({ theme }) => theme.TYPE_ORANGE};
}
`;

interface TransactionHeadingProps {
Expand Down

0 comments on commit f323060

Please sign in to comment.