diff --git a/apps/OpenSign/src/components/pdf/PdfHeader.js b/apps/OpenSign/src/components/pdf/PdfHeader.js index da0c45bc1..7a019ed39 100644 --- a/apps/OpenSign/src/components/pdf/PdfHeader.js +++ b/apps/OpenSign/src/components/pdf/PdfHeader.js @@ -326,7 +326,7 @@ function Header({ ) : ( -
+
{/* current signer is checking user send request and check status of pdf sign than if current user exist than show finish button else no */} @@ -334,16 +334,8 @@ function Header({ <> {decline && (
{ - handleDeclinePdfAlert(); - }} - style={{ - color: "red", - border: "none", - fontWeight: "650", - fontSize: "16px", - marginRight: "10px" - }} + onClick={() => handleDeclinePdfAlert()} + className="text-[red] border-none font-[650] text-[14px] mr-2" > Decline
@@ -355,12 +347,8 @@ function Header({ alertSendEmail(); } }} - style={{ - color: isMailSend ? "gray" : themeColor, - border: "none", - fontWeight: "650", - fontSize: "16px" - }} + className="border-none font-[650] text-[14px]" + style={{ color: isMailSend ? "gray" : themeColor }} data-tut={dataTut4} > {completeBtnTitle ? completeBtnTitle : "Send"} @@ -375,16 +363,42 @@ function Header({ embedWidgetsData(); } }} - style={{ - color: themeColor, - border: "none", - fontWeight: "650", - fontSize: "16px" - }} + style={{ color: themeColor }} + className="border-none font-[650] text-[14px]" > Finish
)} + + +
+ +
+
+ + + handleDownloadPdf()} + > + + Download + + + +
)}
@@ -457,7 +471,7 @@ function Header({ ) : isPdfRequestFiles ? ( alreadySign ? ( -
+
{isCompleted && ( + + +
+ +
+
+ + + handleDownloadPdf()} + > + + Download + + + +
)}
) ) : isCompleted ? ( -
+
{isCompleted && (