fix reload on submit, button disabled styles, profile name styles in header

This commit is contained in:
Bekbolsun
2024-02-09 19:33:32 +06:00
parent 104404b04c
commit f408fd1b38
5 changed files with 18 additions and 17 deletions

View File

@@ -110,9 +110,10 @@ export const ModalImportKeys = () => {
</Typography>
</Stack>
<Input
label="Username or nip05 or npub"
label="Username"
fullWidth
placeholder="name or name@domain.com or npub1..."
placeholder="Enter a Username"
endAdornment={<Typography color={'#FFFFFFA8'}>@{DOMAIN}</Typography>}
{...register('username')}
error={!!errors.username}
helperText={inputHelperText}