diff --git a/apps/OpenSign/src/components/shared/fields/SelectSigners.js b/apps/OpenSign/src/components/shared/fields/SelectSigners.js
index 2874fc1ca..21426aa9b 100644
--- a/apps/OpenSign/src/components/shared/fields/SelectSigners.js
+++ b/apps/OpenSign/src/components/shared/fields/SelectSigners.js
@@ -3,18 +3,6 @@ import Parse from "parse";
import "../../../styles/AddUser.css";
import AsyncSelect from "react-select/async";
-const customStyles = {
- control: (baseStyles) => ({
- ...baseStyles,
- backgroundColor: "inherit",
- borderRadius: 10,
- borderColor: "current"
- }),
- option: (baseStyles) => ({
- ...baseStyles,
- backgroundColor: "inherit"
- })
-};
const SelectSigners = (props) => {
const [userList, setUserList] = useState([]);
const [selected, setSelected] = useState();
@@ -84,7 +72,7 @@ const SelectSigners = (props) => {
-
+
{
noOptionsMessage={() => "User not Found"}
loadOptions={loadOptions}
onChange={handleOptions}
- styles={customStyles}
+ unstyled
+ classNames={{
+ control: () =>
+ "op-input op-input-bordered op-input-sm focus:outline-none hover:border-base-content w-full text-xs",
+ option: () =>
+ "bg-base-200 text-base-content hover:bg-base-300 p-2 shadow-md"
+ }}
/>
{
onChange={onChange}
closeMenuOnSelect={false}
required={props.required}
- styles={{
- control: (baseStyles) => ({
- ...baseStyles,
- backgroundColor: "inherit",
- borderRadius: 10,
- borderColor: "current"
- }),
- option: (baseStyles) => ({
- ...baseStyles,
- backgroundColor: "inherit"
- })
+ unstyled
+ classNames={{
+ control: () =>
+ "op-input op-input-bordered op-input-sm focus:outline-none hover:border-base-content w-full text-xs",
+ option: () =>
+ "bg-base-200 text-base-content hover:bg-base-300 p-2 shadow-md"
}}
/>
diff --git a/apps/OpenSign/src/constant/const.js b/apps/OpenSign/src/constant/const.js
index a046b4ae1..7dd32bcff 100644
--- a/apps/OpenSign/src/constant/const.js
+++ b/apps/OpenSign/src/constant/const.js
@@ -5,8 +5,6 @@ export const rejectBtn =
"bg-[#ffffff] rounded-sm shadow-md text-[12px] font-semibold uppercase text-black py-1.5 px-4 focus:outline-none text-center border-[1px] border-[#b4b4b4]";
export const submitBtn =
"bg-[#32a3ac] rounded-sm shadow-md text-[12px] font-semibold uppercase text-white py-1.5 px-4 focus:outline-none text-center";
-export const modalSubmitBtnColor = "#17a2b8";
-export const modalCancelBtnColor = "white";
export const themeColor = "#47a3ad";
export const iconColor = "#686968";
export const isEnableSubscription = process.env.REACT_APP_ENABLE_SUBSCRIPTION;
diff --git a/apps/OpenSign/src/json/ReportJson.js b/apps/OpenSign/src/json/ReportJson.js
index 705ce8fb9..0cc17f488 100644
--- a/apps/OpenSign/src/json/ReportJson.js
+++ b/apps/OpenSign/src/json/ReportJson.js
@@ -14,8 +14,7 @@ export default function reportJson(id) {
{
btnId: "1231",
hoverLabel: "Edit",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-pen",
redirectUrl: "draftDocument",
action: "redirect"
@@ -23,8 +22,7 @@ export default function reportJson(id) {
{
btnId: "2142",
hoverLabel: "Delete",
- btnColor: "#ff4848",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
@@ -43,8 +41,7 @@ export default function reportJson(id) {
btnId: "4536",
btnLabel: "sign",
hoverLabel: "Sign",
- btnColor: "#3ac9d6",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-signature",
redirectUrl: "pdfRequestFiles",
action: "redirect"
@@ -62,8 +59,7 @@ export default function reportJson(id) {
{
btnId: "8901",
hoverLabel: "Share",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-share",
redirectUrl: "",
action: "share"
@@ -71,8 +67,7 @@ export default function reportJson(id) {
{
btnId: "1588",
hoverLabel: "View",
- btnColor: "#3ac9d6",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-eye",
redirectUrl: "pdfRequestFiles",
action: "redirect"
@@ -80,7 +75,7 @@ export default function reportJson(id) {
{
btnId: "2234",
hoverLabel: "option",
- btnColor: "transparent",
+ btnColor: "",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
@@ -124,8 +119,7 @@ export default function reportJson(id) {
{
btnId: "1378",
hoverLabel: "Edit",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa fa-eye",
redirectUrl: "draftDocument",
action: "redirect"
@@ -133,8 +127,7 @@ export default function reportJson(id) {
{
btnId: "1278",
hoverLabel: "Delete",
- btnColor: "#ff4848",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
@@ -152,8 +145,7 @@ export default function reportJson(id) {
{
btnId: "1458",
hoverLabel: "View",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa fa-eye",
redirectUrl: "draftDocument",
action: "redirect"
@@ -161,8 +153,7 @@ export default function reportJson(id) {
{
btnId: "1358",
hoverLabel: "Delete",
- btnColor: "#ff4848",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
@@ -180,8 +171,7 @@ export default function reportJson(id) {
{
btnId: "1898",
hoverLabel: "View",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa fa-eye",
redirectUrl: "draftDocument",
action: "redirect"
@@ -189,8 +179,7 @@ export default function reportJson(id) {
{
btnId: "1998",
hoverLabel: "Delete",
- btnColor: "#ff4848",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
@@ -208,8 +197,7 @@ export default function reportJson(id) {
{
btnId: "1999",
hoverLabel: "Share",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-share",
redirectUrl: "",
action: "share"
@@ -217,8 +205,7 @@ export default function reportJson(id) {
{
btnId: "1999",
hoverLabel: "View",
- btnColor: "#3ac9d6",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-eye",
redirectUrl: "pdfRequestFiles",
action: "redirect"
@@ -226,7 +213,7 @@ export default function reportJson(id) {
{
btnId: "2234",
hoverLabel: "option",
- btnColor: "transparent",
+ btnColor: "",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
@@ -269,8 +256,7 @@ export default function reportJson(id) {
btnId: "2001",
btnLabel: "sign",
hoverLabel: "Sign",
- btnColor: "#3ac9d6",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-signature",
redirectUrl: "pdfRequestFiles",
action: "redirect"
@@ -286,8 +272,7 @@ export default function reportJson(id) {
{
btnId: "2003",
hoverLabel: "Edit",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa-solid fa-pen",
redirectUrl: "draftDocument",
action: "redirect"
@@ -295,8 +280,7 @@ export default function reportJson(id) {
{
btnId: "2004",
hoverLabel: "Delete",
- btnColor: "#ff4848",
- textColor: "white",
+ btnColor: "op-btn-secondary",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
@@ -312,8 +296,7 @@ export default function reportJson(id) {
{
btnId: "2204",
hoverLabel: "Delete",
- btnColor: "#f55a42",
- textColor: "white",
+ btnColor: "op-btn-outline op-btn-error",
btnIcon: "fa-solid fa-trash",
action: "delete"
}
@@ -332,8 +315,7 @@ export default function reportJson(id) {
btnId: "2234",
btnLabel: "Use",
hoverLabel: "Use",
- btnColor: "#4bd396",
- textColor: "white",
+ btnColor: "op-btn-primary",
btnIcon: "fa fa-plus",
redirectUrl: "placeHolderSign",
action: "redirect",
@@ -345,6 +327,7 @@ export default function reportJson(id) {
btnId: "1631",
btnLabel: "Quick send",
hoverLabel: "Quick send",
+ btnColor: "op-btn-secondary",
btnIcon: "fa-solid fa-envelope",
redirectUrl: "",
action: "bulksend",
@@ -355,7 +338,7 @@ export default function reportJson(id) {
{
btnId: "2234",
hoverLabel: "option",
- btnColor: "transparent",
+ btnColor: "",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
diff --git a/apps/OpenSign/src/pages/ForgetPassword.js b/apps/OpenSign/src/pages/ForgetPassword.js
index cd798464c..810c4d6a6 100644
--- a/apps/OpenSign/src/pages/ForgetPassword.js
+++ b/apps/OpenSign/src/pages/ForgetPassword.js
@@ -117,7 +117,7 @@ function ForgotPassword() {