From 8655b479cb33751698db4c08a8b56cf594f97c8a Mon Sep 17 00:00:00 2001 From: KanishkaRajputd Date: Thu, 14 Sep 2023 18:59:28 +0530 Subject: [PATCH 1/2] fix: :fire: icons size compressed --- public/assets/icons/amount-breakdown-identity.svg | 9 +++++++++ public/assets/icons/identity.svg | 10 ++-------- .../OnchainIdentity/TotalAmountBreakdown.tsx | 6 +++--- src/ui-components/CustomIcons.tsx | 4 ++++ 4 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 public/assets/icons/amount-breakdown-identity.svg diff --git a/public/assets/icons/amount-breakdown-identity.svg b/public/assets/icons/amount-breakdown-identity.svg new file mode 100644 index 0000000000..33545facac --- /dev/null +++ b/public/assets/icons/amount-breakdown-identity.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/icons/identity.svg b/public/assets/icons/identity.svg index c4521c7091..459f173e5a 100644 --- a/public/assets/icons/identity.svg +++ b/public/assets/icons/identity.svg @@ -1,9 +1,3 @@ - - - - - - - - + + diff --git a/src/components/OnchainIdentity/TotalAmountBreakdown.tsx b/src/components/OnchainIdentity/TotalAmountBreakdown.tsx index 9d48b616ea..0e63259f13 100644 --- a/src/components/OnchainIdentity/TotalAmountBreakdown.tsx +++ b/src/components/OnchainIdentity/TotalAmountBreakdown.tsx @@ -12,8 +12,8 @@ import { ESetIdentitySteps, ITxFee } from '.'; import { Button } from 'antd'; import UpArrowIcon from '~assets/icons/up-arrow.svg'; import DownArrowIcon from '~assets/icons/down-arrow.svg'; -import IdentityIllustration from '~assets/icons/identity.svg'; import HelperTooltip from '~src/ui-components/HelperTooltip'; +import { AmountBreakdownModalIcon } from '~src/ui-components/CustomIcons'; interface Props{ className?: string; @@ -50,8 +50,8 @@ const TotalAmountBreakdown = ({ className, txFee, changeStep, perSocialBondFee, },[network, userId]); return
- -