From e4c016f8aaa6c7968fa04770f8f09e52fae77e16 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Mon, 10 Mar 2025 17:24:08 +0100 Subject: [PATCH] Minor changes. --- src/taskpane/components/DraftButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";