fixed popup

This commit is contained in:
Ebube
2023-05-12 08:56:21 +01:00
parent 4e5cd7a40c
commit 6bb7da4639
4 changed files with 193 additions and 172 deletions
+2 -2
View File
@@ -90,7 +90,7 @@ export default function Layout({ children }) {
</div>
{logoutModal && (
<ModalCom action={logoutModalHandler} situation={logoutModal}>
<div className="logout-modal-wrapper lg:w-[460px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl">
<div className="logout-modal-wrapper lg:w-[460px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl">
<div className="logout-modal-header w-full flex items-center justify-between lg:px-10 lg:py-8 px-[30px] py-[23px] border-b dark:border-[#5356fb29] border-light-purple dark:border-[#5356fb29] ">
<h1 className="text-26 font-bold text-dark-gray dark:text-white tracking-wide">
Confirm
@@ -168,4 +168,4 @@ export default function Layout({ children }) {
)}
</>
);
}
}