From f3230603587e592c7bebb9186fa703a6bffbe5bb Mon Sep 17 00:00:00 2001 From: dahaca Date: Thu, 19 Jan 2023 15:25:44 +0100 Subject: [PATCH] fixup! feat(suite): mark potentially phishy zero-value transactions --- .../wallet/TransactionItem/components/TransactionHeading.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/suite/src/components/wallet/TransactionItem/components/TransactionHeading.tsx b/packages/suite/src/components/wallet/TransactionItem/components/TransactionHeading.tsx index ca4219cc87e9..96824fdf16f9 100644 --- a/packages/suite/src/components/wallet/TransactionItem/components/TransactionHeading.tsx +++ b/packages/suite/src/components/wallet/TransactionItem/components/TransactionHeading.tsx @@ -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 {