diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 00:44:37 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-07 00:44:37 -0500 |
commit | 9f0ae26a91e51b4ba927d9db8d717b8435ecde1a (patch) | |
tree | 04160431e806a00a3f85a7333bb85be455ee47a3 /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | |
parent | f8fbeb137647374fae523bd8df7fb3a336f56a4c (diff) |
c
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index 20080e7b1..d434e98b1 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -28,8 +28,8 @@ export class TemplateLayouts { opts: { backgroundColor: '#C0B887', cornerRounding: 20, - borderColor: '#6B461F', - borderWidth: '12', + //borderColor: '#6B461F', + //borderWidth: '12', }, subfields: [ { @@ -268,8 +268,8 @@ export class TemplateLayouts { br: [414,583], opts: { backgroundColor: '#6CCAF0', - borderColor: '#1088C3', - borderWidth: '10', + //borderColor: '#1088C3', + //borderWidth: '10', }, subfields: [ { |