Skip to content

Commit 48fb7ae

Browse files
committed
modified tabs to support the same styles as Node
1 parent 2f89a61 commit 48fb7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/docusign/controller/eSignature/services/ResponsiveSigningService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ private static Tabs createTabs() {
7070
FormulaTab finalFormula = new FormulaTab()
7171
.font(DEFAULT_FONT)
7272
.bold(TRUE)
73-
.fontSize("size12")
73+
.fontSize(DEFAULT_FONT_SIZE)
7474
.anchorString("/l3t/")
7575
.anchorYOffset("-8")
7676
.anchorUnits(ANCHOR_UNITS)
77-
.anchorXOffset("50")
77+
.anchorXOffset("105")
7878
.tabLabel("l3t")
7979
.formula("[l1e] + [l2e]")
8080
.roundDecimalPlaces("0")

0 commit comments

Comments
 (0)