fix: design of customize in email

This commit is contained in:
RaktimaNXG
2024-04-08 19:01:13 +05:30
parent 55465a035f
commit f70e9e2a3f
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -9,5 +9,4 @@ export const modalSubmitBtnColor = "#17a2b8";
export const modalCancelBtnColor = "white";
export const themeColor = "#47a3ad";
export const iconColor = "#686968";
export const isEnableSubscription = false;
// process.env.REACT_APP_ENABLE_SUBSCRIPTION;
export const isEnableSubscription = process.env.REACT_APP_ENABLE_SUBSCRIPTION;
+2 -2
View File
@@ -1615,7 +1615,7 @@ function PlaceHolderSign() {
) : (
isSendAlert.mssg === "confirm" && (
<>
<p className="ml-[15px]">
<p>
Are you sure you want to send out this document for
signatures?
</p>
@@ -1623,7 +1623,7 @@ function PlaceHolderSign() {
<>
<div
className={
"flex justify-end mt-4 items-center gap-1 mt-2 underline text-blue-700 focus:outline-none "
"flex mt-4 items-center gap-1 mt-2 underline text-blue-700 focus:outline-none "
}
onClick={() => {
isSubscribe ||