fix(pages): add blur to password modal

This commit is contained in:
diced 2022-06-20 14:35:26 -07:00
parent af59e9abb8
commit 5303b67d11
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -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'>