fix(pages): add blur to password modal
This commit is contained in:
parent
af59e9abb8
commit
5303b67d11
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export default function EmbeddedImage({ image, user, pass }) {
|
|||
withCloseButton={true}
|
||||
closeOnEscape={false}
|
||||
closeOnClickOutside={false}
|
||||
overlayBlur={3}
|
||||
>
|
||||
<PasswordInput label='Password' placeholder='Password' error={error} value={password} onChange={e => setPassword(e.target.value)} />
|
||||
<Button fullWidth onClick={() => check()} mt='md'>
|
||||
|
|
Loading…
Reference in a new issue