add hints

This commit is contained in:
Bekbolsun
2024-02-16 20:09:33 +06:00
parent a60fcd65b5
commit b98339e177
3 changed files with 20 additions and 8 deletions

View File

@@ -113,9 +113,14 @@ export const ModalSignUp = () => {
},
}}
/>
<Button fullWidth type="submit" disabled={isLoading}>
Create account {isLoading && <LoadingSpinner />}
</Button>
<Stack gap={'0.5rem'}>
<Button fullWidth type="submit" disabled={isLoading}>
Create account {isLoading && <LoadingSpinner />}
</Button>
<Typography padding={'0 0.5rem'} noWrap variant="body2" color={'GrayText'}>
New keys will be generated for you
</Typography>
</Stack>
</Stack>
</Modal>
)