Skip to content

Commit 4b9b546

Browse files
committed
minor
1 parent a18816a commit 4b9b546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/modules/demo_table.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,9 @@ function genSlide11(pptx) {
10901090

10911091
const baseTabRows = [
10921092
[
1093-
{ text: "white", options: { fill: { color: "6699CC" }, color: "FFFFFF" } },
1094-
{ text: "yellow", options: { fill: { color: "99AACC" }, color: "FFFFAA" } },
1095-
{ text: "hyperlink", options: { fill: { color: "AACCFF" }, hyperlink: { slide: 1 } } },
1093+
{ text: "white color", options: { fill: { color: "6699CC" }, color: "FFFFFF" } },
1094+
{ text: "yellow color", options: { fill: { color: "99AACC" }, color: "FFFFAA" } },
1095+
{ text: "hyperlink here", options: { fill: { color: "AACCFF" }, hyperlink: { slide: 1 } } },
10961096
]
10971097
];
10981098

0 commit comments

Comments
 (0)