diff options
author | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
commit | 53273651cc8ed0f9e073fa30590e0bb172e492e8 (patch) | |
tree | f6b1fd36f99bfa951b99da8ab0e8c70560b031b5 /src/client/views/nodes/LabelBox.tsx | |
parent | abcf1167340f9f411e7712d11f2110625b0938d8 (diff) | |
parent | 97a743455e7fa3eee768b1d4d025b9dedc49f370 (diff) |
Merge branch 'master' into collaboration-sarah
Diffstat (limited to 'src/client/views/nodes/LabelBox.tsx')
-rw-r--r-- | src/client/views/nodes/LabelBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/LabelBox.tsx b/src/client/views/nodes/LabelBox.tsx index 6e0b4be37..916458dfd 100644 --- a/src/client/views/nodes/LabelBox.tsx +++ b/src/client/views/nodes/LabelBox.tsx @@ -131,6 +131,7 @@ export class LabelBox extends ViewBoxBaseComponent<FieldViewProps & LabelBoxProp style={{ backgroundColor: this.hoverColor, fontSize: StrCast(this.layoutDoc._fontSize), + color: StrCast(this.layoutDoc._color), fontFamily: StrCast(this.layoutDoc._fontFamily) || 'inherit', letterSpacing: StrCast(this.layoutDoc.letterSpacing), textTransform: StrCast(this.layoutDoc.textTransform) as any, |