diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-09 00:39:24 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-09 00:39:24 -0400 |
commit | a734c38aa317b8ca9bf2b19853115872824f2b97 (patch) | |
tree | f993bf714d3ba03fdb9c1d48ac14107b20a777b4 /src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | |
parent | e39a39cf0a1ea79f6ac2a25ee83533cf2f177290 (diff) |
c
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx index 07d3c3e9c..01d5bc83b 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx @@ -1772,7 +1772,8 @@ export class TemplateLayouts { opts: { backgroundColor: 'transparent', color: 'white', - contentXCentering: 'h-center' + contentXCentering: 'h-center', + fontTransform: 'uppercase' } }, { tl: [-.65, 0], @@ -1783,7 +1784,8 @@ export class TemplateLayouts { opts: { backgroundColor: 'transparent', color: 'white', - contentXCentering: 'h-center' + contentXCentering: 'h-center', + fontTransform: 'uppercase' } }, { tl: [-.83, .2], |