mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-10 11:47:39 +02:00
fix: checkbox default options issue, add default data functionality, fix checbox position issue signyour-self flow,change sequence of widgets
This commit is contained in:
@@ -8,18 +8,17 @@ function Signedby({ pdfDetails }) {
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
<div className="signerComponent">
|
||||
<div className="signerComponent">
|
||||
<div
|
||||
style={{
|
||||
background: themeColor(),
|
||||
// color:"white"
|
||||
color:"white"
|
||||
}}
|
||||
className="signedStyle"
|
||||
>
|
||||
Signed By
|
||||
</div>
|
||||
<div style={{ marginTop: "2px" }}>
|
||||
<div style={{ marginTop: "2px",background:"white" }}>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
@@ -61,6 +60,9 @@ function Signedby({ pdfDetails }) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user