mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 22:52:39 +02:00
fix: design of customize in email
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user