diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-08 19:32:54 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-08 19:32:54 -0500 |
commit | d2eef0d1341c475a8cb753efeb31b270714e76ec (patch) | |
tree | 44ee14cc224c8fab0f094a39b56275f15b0c56be /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | |
parent | 1f3fa3b79753ae6ca72af5fc23dfe5dfa3fc09bb (diff) |
c
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index 648f9e034..99edce34e 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -27,7 +27,7 @@ export class TemplateLayouts { viewType: ViewType.FREEFORM, opts: { backgroundColor: '#C0B887', - cornerRounding: 20, + cornerRounding: .05, //borderColor: '#6B461F', //borderWidth: '12', }, @@ -54,7 +54,7 @@ export class TemplateLayouts { sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], description: 'The main focus of the template; could be an image, long text, etc.', opts: { - cornerRounding: 20, + cornerRounding: .05, borderColor: '#8F5B25', borderWidth: '6', backgroundColor: '#CECAB9', @@ -81,7 +81,7 @@ export class TemplateLayouts { sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], description: 'A medium-sized field for medium/long text.', opts: { - cornerRounding: 15, + cornerRounding: .05, borderColor: '#8F5B25', borderWidth: '6', backgroundColor: '#CECAB9', |