Minor changes.

This commit is contained in:
2025-03-10 17:24:08 +01:00
parent 278b328bec
commit e4c016f8aa
+1 -1
View File
@@ -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";