diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 05:20:00 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 05:20:00 -0500 |
commit | 9a188952fc50cb82ebaebf3b0e3bf5183946f5c9 (patch) | |
tree | 4d996d06b9d4d880f0b5a38cbbf0b86d30e05b09 /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | |
parent | 9b42bf8ab277979194e4ef73152b6b23c479786b (diff) |
GPT text generation working fully!!
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index 9b8ec64c0..ee7f19907 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -110,6 +110,7 @@ export class TemplateLayouts { borderWidth: '8', borderColor: '#F8E71C', backgroundColor: '#242425', + color: 'white', }, }, { |