From 275167c0c4fa7809835867efef55f6d297cd1ef0 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Wed, 31 Jul 2024 16:56:11 +0530 Subject: [PATCH] fix: all types of text widget background color issues in mobile dark mode. --- apps/OpenSign/src/components/pdf/PlaceholderType.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/OpenSign/src/components/pdf/PlaceholderType.js b/apps/OpenSign/src/components/pdf/PlaceholderType.js index 546e83a65..1084614db 100644 --- a/apps/OpenSign/src/components/pdf/PlaceholderType.js +++ b/apps/OpenSign/src/components/pdf/PlaceholderType.js @@ -15,7 +15,7 @@ import "../../styles/signature.css"; import RegexParser from "regex-parser"; import { emailRegex } from "../../constant/const"; const textWidgetCls = - "w-full h-full md:min-w-full md:min-h-full z-[999] text-[12px] rounded-[2px] border-[1px] border-[#007bff] overflow-hidden resize-none outline-none text-base-content item-center whitespace-pre-wrap"; + "w-full h-full md:min-w-full md:min-h-full z-[999] text-[12px] rounded-[2px] border-[1px] border-[#007bff] overflow-hidden resize-none outline-none text-base-content item-center whitespace-pre-wrap bg-white"; const selectWidgetCls = "w-full h-full absolute left-0 top-0 border-[1px] border-[#007bff] rounded-[2px] focus:outline-none text-base-content"; function PlaceholderType(props) { @@ -430,7 +430,7 @@ function PlaceholderType(props) { case "dropdown": return props.data?.signerObjId === props.signerObjId ? (