Skip to content

Commit

Permalink
fix dark button
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed Feb 29, 2024
1 parent f94a338 commit 882c74d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const htmlButtons =
'<button id=buttonNumbering>Numbering</button>\n' +
'<button id=buttonUndo>Undo</button>\n' +
'<button id=buttonRedo>Redo</button>\n' +
'<button id=buttonTable>Insert Table</button>\n';
'<button id=buttonTable>Insert Table</button>\n' +
'<button id=buttonDark>Insert Table</button>\n';
'<button id=buttonDark>Dark Mode</button>\n';
const legacyJsCode =
'<script src="https://microsoft.github.io/roosterjs/rooster-min.js"></script>\n';
Expand Down

0 comments on commit 882c74d

Please sign in to comment.