Minor changes.
This commit is contained in:
@@ -105,7 +105,7 @@ export const DraftButtons: React.FC = () => {
|
|||||||
|
|
||||||
// Set the color to RGB(218, 19, 53)
|
// Set the color to RGB(218, 19, 53)
|
||||||
// Different APIs may need different color formats
|
// Different APIs may need different color formats
|
||||||
textBox.textFrame.textRange.font.color = "#DA1335";
|
textBox.textFrame.textRange.font.color = "#DA1335";
|
||||||
|
|
||||||
// Set the text
|
// Set the text
|
||||||
textBox.textFrame.textRange.text = "DRAFT";
|
textBox.textFrame.textRange.text = "DRAFT";
|
||||||
|
|||||||
Reference in New Issue
Block a user