File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/OpenSign/src/components/pdf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import "../../styles/signature.css";
15
15
import RegexParser from "regex-parser" ;
16
16
import { emailRegex } from "../../constant/const" ;
17
17
const textWidgetCls =
18
- "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" ;
18
+ "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 " ;
19
19
const selectWidgetCls =
20
20
"w-full h-full absolute left-0 top-0 border-[1px] border-[#007bff] rounded-[2px] focus:outline-none text-base-content" ;
21
21
function PlaceholderType ( props ) {
@@ -430,7 +430,7 @@ function PlaceholderType(props) {
430
430
case "dropdown" :
431
431
return props . data ?. signerObjId === props . signerObjId ? (
432
432
< select
433
- className = { `${ selectWidgetCls } text-[12px]` }
433
+ className = { `${ selectWidgetCls } text-[12px] bg-inherit ` }
434
434
id = "myDropdown"
435
435
value = { selectOption }
436
436
onChange = { ( e ) => {
You can’t perform that action at this time.
0 commit comments