Merge pull request #994 from yaniv14/patch-1

wrong border property
This commit is contained in:
Dolan
2021-06-18 23:55:59 +01:00
committed by GitHub

View File

@ -14,13 +14,13 @@ const doc = new Document({
top: {
color: "auto",
space: 1,
style: BorderStyle.SINGLE,
value: BorderStyle.SINGLE,
size: 6,
},
bottom: {
color: "auto",
space: 1,
style: BorderStyle.SINGLE,
value: BorderStyle.SINGLE,
size: 6,
},
},