diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 03:36:50 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 03:36:50 -0500 |
commit | 9b42bf8ab277979194e4ef73152b6b23c479786b (patch) | |
tree | 09ce3f4a22de3652b3ede3b4593efafd90417db7 /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | |
parent | 9f0ae26a91e51b4ba927d9db8d717b8435ecde1a (diff) |
gpt text gen working for previews
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index d434e98b1..9b8ec64c0 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -109,6 +109,7 @@ export class TemplateLayouts { opts: { borderWidth: '8', borderColor: '#F8E71C', + backgroundColor: '#242425', }, }, { @@ -143,9 +144,9 @@ export class TemplateLayouts { viewType: ViewType.STATIC, tl: [-0.83, 0.2], br: [0.83, 0.95], - types: [TemplateFieldType.TEXT, TemplateFieldType.VISUAL], + types: [TemplateFieldType.TEXT], sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], - description: 'A medium to large-sized field suitable for an image or longer text that should be the main focus, or share focus with field 1.', + description: 'A medium to large-sized field suitable for longer text that should contextualize field 1.', opts: { borderWidth: '8', borderColor: '#F8E71C', |