fix padding

This commit is contained in:
Abhinav 2022-05-20 11:30:16 +05:30
parent 4c63554109
commit 467232f138

View file

@ -99,7 +99,9 @@ export default function Credentials() {
return ( return (
<FormContainer> <FormContainer>
<FormPaper style={{ minWidth: '320px' }}> <FormPaper style={{ minWidth: '320px' }}>
<FormPaperHeaderText> {constants.PASSWORD}</FormPaperHeaderText> <FormPaperHeaderText sx={{ mb: 4 }}>
{constants.PASSWORD}
</FormPaperHeaderText>
<SingleInputForm <SingleInputForm
callback={verifyPassphrase} callback={verifyPassphrase}
placeholder={constants.RETURN_PASSPHRASE_HINT} placeholder={constants.RETURN_PASSPHRASE_HINT}