-
+
You're about to send tokens from your shielded account to a public account.
It will originate from the shielded pool, leaving your old transfer history behind.
@@ -93,7 +93,7 @@ const SelectAccountPage = ({ addressTo, setAddressTo, onConfirmClick }: Props) =
initial={{ rotateZ: -90 }}
animate={{ rotateZ: isExpanded ? -270 : -90 }}
>
-
+
@@ -221,7 +221,7 @@ const MessageContent = styled.div<{ $status: MessageStatus }>`
warning: vars('--color-status-warning-foreground-1-rest'),
})({ $status: props.$status })};
- & > ${CIcon} {
+ & > ${BIcon} {
margin-top: ${vars('--spacing-xs-nudge')};
}
`;
diff --git a/src/domains/shielder/components/TokenList/Modals/SendModal/SelectAmountPage.tsx b/src/domains/shielder/components/TokenList/Modals/SendModal/SelectAmountPage.tsx
index 34922ff..1073888 100644
--- a/src/domains/shielder/components/TokenList/Modals/SendModal/SelectAmountPage.tsx
+++ b/src/domains/shielder/components/TokenList/Modals/SendModal/SelectAmountPage.tsx
@@ -4,8 +4,8 @@ import { isNullish } from 'utility-types';
import { useWallet } from 'src/domains/chains/components/WalletProvider';
import useChain from 'src/domains/chains/utils/useChain';
+import BIcon from 'src/domains/misc/components/BIcon';
import Button from 'src/domains/misc/components/Button';
-import CIcon from 'src/domains/misc/components/CIcon';
import DoubleBorderBox from 'src/domains/misc/components/DoubleBorderBox';
import InfoPair from 'src/domains/misc/components/InfoPair';
import Skeleton from 'src/domains/misc/components/Skeleton';
@@ -86,7 +86,7 @@ const SelectAmountPage = ({ onContinue, token, hasInsufficientFees }: Props) =>
/>
-
+
You’re about to send tokens from your shielded account to a public account.
It will originate from the shielded pool, leaving your old transfer history behind.
@@ -100,7 +100,7 @@ const SelectAmountPage = ({ onContinue, token, hasInsufficientFees }: Props) =>
Est. Total fee
}
diff --git a/src/domains/shielder/components/TokenList/Modals/ShieldModal/SelectAmountPage.tsx b/src/domains/shielder/components/TokenList/Modals/ShieldModal/SelectAmountPage.tsx
index f5b2f3f..d32cab5 100644
--- a/src/domains/shielder/components/TokenList/Modals/ShieldModal/SelectAmountPage.tsx
+++ b/src/domains/shielder/components/TokenList/Modals/ShieldModal/SelectAmountPage.tsx
@@ -4,8 +4,8 @@ import { isNullish } from 'utility-types';
import { useWallet } from 'src/domains/chains/components/WalletProvider';
import useChain from 'src/domains/chains/utils/useChain';
+import BIcon from 'src/domains/misc/components/BIcon';
import Button from 'src/domains/misc/components/Button';
-import CIcon from 'src/domains/misc/components/CIcon';
import DoubleBorderBox from 'src/domains/misc/components/DoubleBorderBox';
import InfoPair from 'src/domains/misc/components/InfoPair';
import Skeleton from 'src/domains/misc/components/Skeleton';
@@ -91,7 +91,7 @@ const SelectAmountPage = ({ onContinue, token, hasInsufficientFees }: Props) =>
/>
-
+
You're about to shield your tokens.
Your shielded account balance and actions will be private and secured.
@@ -105,7 +105,7 @@ const SelectAmountPage = ({ onContinue, token, hasInsufficientFees }: Props) =>
Est. Total fee
}
diff --git a/src/domains/shielder/components/TransactionDetailsModal/ActivityDetailsModal.tsx b/src/domains/shielder/components/TransactionDetailsModal/ActivityDetailsModal.tsx
index 6e9a714..840bf29 100644
--- a/src/domains/shielder/components/TransactionDetailsModal/ActivityDetailsModal.tsx
+++ b/src/domains/shielder/components/TransactionDetailsModal/ActivityDetailsModal.tsx
@@ -6,7 +6,7 @@ import ChainIcon from 'src/domains/chains/components/ChainIcon';
import { useWallet } from 'src/domains/chains/components/WalletProvider';
import useChain from 'src/domains/chains/utils/useChain';
import AccountTypeIcon from 'src/domains/misc/components/AccountTypeIcon';
-import CIcon from 'src/domains/misc/components/CIcon';
+import BIcon from 'src/domains/misc/components/BIcon';
import InfoPair from 'src/domains/misc/components/InfoPair';
import Modal from 'src/domains/misc/components/Modal';
import Skeleton from 'src/domains/misc/components/Skeleton.tsx';
@@ -223,7 +223,7 @@ const ActivityDetailsModal = (props: Props) => {
target="_blank"
rel="noopener noreferrer"
>
-
+
)}
@@ -236,7 +236,7 @@ const ActivityDetailsModal = (props: Props) => {
Est. Total fee
)}
diff --git a/src/domains/shielder/components/TransactionDetailsModal/Steps.tsx b/src/domains/shielder/components/TransactionDetailsModal/Steps.tsx
index b58aed5..d4c7d7c 100644
--- a/src/domains/shielder/components/TransactionDetailsModal/Steps.tsx
+++ b/src/domains/shielder/components/TransactionDetailsModal/Steps.tsx
@@ -1,7 +1,7 @@
import dayjs from 'dayjs';
import styled, { css, RuleSet } from 'styled-components';
-import CIcon from 'src/domains/misc/components/CIcon';
+import BIcon from 'src/domains/misc/components/BIcon';
import { typography } from 'src/domains/styling/utils/tokens';
import vars from 'src/domains/styling/utils/vars';
@@ -30,7 +30,7 @@ const Steps = ({ steps }: { steps: StepData[] }) => {
{icon === 'Spinner' ? : icon && (
-