From 97c89a606c078b1e996732838b72a50599f324a5 Mon Sep 17 00:00:00 2001 From: Diogo Soares Date: Thu, 27 Oct 2022 16:03:53 +0200 Subject: [PATCH] fix: implement Figma designs --- src/components/new-safe/steps/Step3/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/new-safe/steps/Step3/index.tsx b/src/components/new-safe/steps/Step3/index.tsx index 606266f006..37b48c5842 100644 --- a/src/components/new-safe/steps/Step3/index.tsx +++ b/src/components/new-safe/steps/Step3/index.tsx @@ -29,10 +29,10 @@ const STEP_3_FORM_ID = 'create-safe-step-3-form' const ReviewRow = ({ name, value }: { name: string; value: ReactElement }) => { return ( <> - + {name} - + {value} @@ -106,7 +106,7 @@ const CreateSafeStep3 = (): ReactElement => { value={ {safeOwners.map((owner, index) => ( - + ))} } @@ -131,7 +131,7 @@ const CreateSafeStep3 = (): ReactElement => { value={ - {totalFee} {chain?.nativeCurrency.symbol} + ≈ {totalFee} {chain?.nativeCurrency.symbol} }