style: recoloring overlay modal profile edit form background color.
This commit is contained in:
parent
8c345418b3
commit
3992012b16
|
|
@ -38,7 +38,7 @@ export const ProfileModal = ({
|
|||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.2, ease: "circOut" }}
|
||||
className="fixed inset-0 flex items-center justify-center bg-black/50 z-1"
|
||||
className="fixed inset-0 flex items-center justify-center bg-primary/30 z-1"
|
||||
>
|
||||
<form
|
||||
onSubmit={handleSubmit(onSubmit)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue