Begin by specifying each role needed for the completion of
the document. Think about the parties involved in the
@@ -61,8 +63,8 @@ function SignerListPlace(props) {
props.handleAddSigner()}
>
Add role
diff --git a/apps/OpenSign/src/components/pdf/TextFontSetting.js b/apps/OpenSign/src/components/pdf/TextFontSetting.js
new file mode 100644
index 000000000..03c2d4ef6
--- /dev/null
+++ b/apps/OpenSign/src/components/pdf/TextFontSetting.js
@@ -0,0 +1,76 @@
+import React from "react";
+import ModalUi from "../../primitives/ModalUi";
+import { fontColorArr, fontsizeArr } from "../../constant/Utils";
+import { themeColor } from "../../constant/const";
+
+function TextFontSetting(props) {
+ return (
+ {
+ props.setIsTextSetting(false);
+ }}
+ >
+