Fix for creative design

This commit is contained in:
Hillel Coren 2017-08-07 20:37:09 +03:00
parent 2a1019cfa0
commit 6414cc215d

View File

@ -24,7 +24,7 @@
{"text": {"text":
[ [
{"text": "$entityTypeUC", "style": "header1"}, {"text": "$entityTypeUC", "style": "header1"},
{"text": "#", "style": "header2"}, {"text": " #", "style": "header2"},
{"text": "$invoiceNumber", "style":"header2"} {"text": "$invoiceNumber", "style":"header2"}
], ],
"width": "*" "width": "*"
@ -175,11 +175,11 @@
"header1": { "header1": {
"bold": true, "bold": true,
"margin": [0, 30, 0, 16], "margin": [0, 30, 0, 16],
"fontSize": 46 "fontSize": 42
}, },
"header2": { "header2": {
"margin": [0, 30, 0, 16], "margin": [0, 30, 0, 16],
"fontSize": 46, "fontSize": 42,
"italics": true, "italics": true,
"color": "$primaryColor:#AE1E54" "color": "$primaryColor:#AE1E54"
}, },