diff --git a/src/components/General/LinkWithArrow.tsx b/src/components/General/LinkWithArrow.tsx index 0af2c251..e135f38c 100644 --- a/src/components/General/LinkWithArrow.tsx +++ b/src/components/General/LinkWithArrow.tsx @@ -38,7 +38,12 @@ const LinkWithArrow = ({ > {arrowLeft && } {text} diff --git a/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx b/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx index 7bb27b05..5675f892 100644 --- a/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx +++ b/src/pages/ValidatorOnboarding/ClientSetup/ClientSetup.tsx @@ -14,7 +14,7 @@ const ClientSetup = () => { text="Advanced Recovery Method" to={'/'} arrowRight={true} - style={{ marginBottom: '50px' }} + style={{ marginBottom: '50px', fontWeight: 'bold', fontSize: '15px' }} /> ) diff --git a/src/pages/ValidatorOnboarding/ClientSetup/SetupRow.tsx b/src/pages/ValidatorOnboarding/ClientSetup/SetupRow.tsx index ecd792ea..c255cec9 100644 --- a/src/pages/ValidatorOnboarding/ClientSetup/SetupRow.tsx +++ b/src/pages/ValidatorOnboarding/ClientSetup/SetupRow.tsx @@ -9,7 +9,7 @@ type SetupRowProps = { const SetupRow = ({ title }: SetupRowProps) => { return ( - + {title} @@ -20,7 +20,7 @@ const SetupRow = ({ title }: SetupRowProps) => { } /> - + ETH @@ -29,7 +29,7 @@ const SetupRow = ({ title }: SetupRowProps) => { - + USD diff --git a/src/pages/ValidatorOnboarding/ClientSetup/WithdrawalAddress.tsx b/src/pages/ValidatorOnboarding/ClientSetup/WithdrawalAddress.tsx index 10a8a340..be9c7538 100644 --- a/src/pages/ValidatorOnboarding/ClientSetup/WithdrawalAddress.tsx +++ b/src/pages/ValidatorOnboarding/ClientSetup/WithdrawalAddress.tsx @@ -9,7 +9,7 @@ type WithdrawalAddressProps = { const WithdrawalAddress = ({ title }: WithdrawalAddressProps) => { return ( - + {title} diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index a00f5dac..7f32491f 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -28,7 +28,7 @@ const Overview = () => { text="Learn More" to={'/'} arrowRight={true} - style={{ marginBottom: '1%' }} + style={{ marginBottom: '1%', fontSize: '13px' }} />