Commit 3451a0a4 authored by Max Alekseenko's avatar Max Alekseenko

fix margin

parent 1c88f82c
...@@ -125,7 +125,7 @@ const LoginStepContent = ({ goNext, closeModal }: Props) => { ...@@ -125,7 +125,7 @@ const LoginStepContent = ({ goNext, closeModal }: Props) => {
</Box> </Box>
) } ) }
{ isAddressMismatch && ( { isAddressMismatch && (
<Alert status="warning" mt={ 4 }> <Alert status="warning" mb={ 4 }>
Your wallet address doesn{ apos }t match the one in your Blockscout account. Please connect the correct wallet. Your wallet address doesn{ apos }t match the one in your Blockscout account. Please connect the correct wallet.
</Alert> </Alert>
) } ) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment