diff --git a/src/taskpane/components/DraftButtons.tsx b/src/taskpane/components/DraftButtons.tsx index e906906d..cbd33952 100644 --- a/src/taskpane/components/DraftButtons.tsx +++ b/src/taskpane/components/DraftButtons.tsx @@ -105,7 +105,7 @@ export const DraftButtons: React.FC = () => { // Set the color to RGB(218, 19, 53) // Different APIs may need different color formats - textBox.textFrame.textRange.font.color = "#DA1335"; + textBox.textFrame.textRange.font.color = "#DA1335"; // Set the text textBox.textFrame.textRange.text = "DRAFT";