diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-01 17:16:01 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-01 17:16:01 -0400 |
commit | 8cecbcb66d0d377ad7c40bee5b3b42fb72239ddb (patch) | |
tree | aed9b5cd5ecff73ce7c5d6f46cdc93b4683e3591 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | dbfb364da14c2d080f0c465a5519a25821a477c6 (diff) |
commit
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 5b435e44a..cbf7e8ff9 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -2112,6 +2112,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB paddingRight: StrCast(this.layoutDoc._textBoxPaddingX, `${paddingX}px`), paddingTop: StrCast(this.layoutDoc._textBoxPaddingY, `${paddingY}px`), paddingBottom: StrCast(this.layoutDoc._textBoxPaddingY, `${paddingY}px`), + color: 'red', }} /> </div> |