view all message popup added #153
@@ -457,7 +457,7 @@ function convertFileToBase64(file) {
|
||||
//POPOUT COMPONENT FUNCTION
|
||||
const PopModal = ({popUpHandler, popUp, details, activeJobMesList, handlePrint, myRef}) => {
|
||||
return (
|
||||
<ModalCom action={popUpHandler} situation={popUp}>
|
||||
<ModalCom action={popUpHandler} situation={popUp} className="edit-popup">
|
||||
<div ref={myRef} className="message-modal-wrapper min-w-[500px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl">
|
||||
<div className="message-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">
|
||||
<h1 className="text-26 font-bold text-dark-gray dark:text-white tracking-wide">
|
||||
|
||||
Reference in New Issue
Block a user