Bold all balances in onboarding
This commit is contained in:
@@ -14,11 +14,13 @@ export const AddEthOnboardingStep: React.StatelessComponent<AddEthOnboardingStep
|
||||
<div className="flex items-center flex-column">
|
||||
<Text>
|
||||
Great! Looks like you already have{' '}
|
||||
{utils.getFormattedAmount(
|
||||
props.userEthBalanceInWei,
|
||||
constants.DECIMAL_PLACES_ETH,
|
||||
constants.ETHER_SYMBOL,
|
||||
)}{' '}
|
||||
<b>
|
||||
{utils.getFormattedAmount(
|
||||
props.userEthBalanceInWei,
|
||||
constants.DECIMAL_PLACES_ETH,
|
||||
constants.ETHER_SYMBOL,
|
||||
)}{' '}
|
||||
</b>
|
||||
in your wallet.
|
||||
</Text>
|
||||
<Container marginTop="15px" marginBottom="15px">
|
||||
|
||||
@@ -59,7 +59,7 @@ export const WrapEthOnboardingStep3: React.StatelessComponent<WrapEthOnboardingS
|
||||
}) => (
|
||||
<div className="flex items-center flex-column">
|
||||
<Text>
|
||||
You have {formattedWethBalanceIfExists || '0 WETH'} in your wallet.
|
||||
You have <b>{formattedWethBalanceIfExists || '0 WETH'}</b> in your wallet.
|
||||
{formattedWethBalanceIfExists && ' Great!'}
|
||||
</Text>
|
||||
<Container width="100%" marginTop="25px" marginBottom="15px" className="flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user