Skip to content

Commit

Permalink
Update styling-with-js.md (#2734)
Browse files Browse the repository at this point in the history
Co-authored-by: Dolan <[email protected]>
  • Loading branch information
YousefED and dolanmiu authored Oct 10, 2024
1 parent 1f2f598 commit f212cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/styling-with-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ const doc = new Document({
next: "Normal",
quickFormat: true,
run: {
size: 26
size: 26,
bold: true,
color: "999999",
{
underline: {
type: UnderlineType.DOUBLE,
color: "FF0000",
},
Expand Down

0 comments on commit f212cf0

Please sign in to comment.