From 0e46e355ea43f940232ef8e5ba5d60dfdcc3a9f2 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 26 Feb 2021 19:14:03 +0100 Subject: Introduce a new json editor component Add this a new react component so that the json editor can be called within the policies table + Add the tosca tab + Fix for Submit operation in clamp-api-v2.xml Issue-ID: POLICY-3106 Issue-ID: POLICY-3124 Signed-off-by: sebdet Change-Id: I18ab3a6034cac719525774f11b2c17f0a14bc2aa Signed-off-by: sebdet (cherry picked from commit 1e2760ea1ee4baa9db0e921907f3491fda795136) --- ui-react/src/theme/globalStyle.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ui-react/src/theme') diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index 43aa30f00..1e316d20b 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -90,6 +90,9 @@ export const DefaultClampTheme = { menuHighlightedBackgroundColor: '#337ab7', menuHighlightedFontColor: 'white', - toscaTextareaBackgroundColor: '#E8E8E8', - toscaTextareaFontSize: '13px' + toscaTextareaBackgroundColor: 'white', + toscaTextareaFontSize: '13px', + + policyEditorBackgroundColor: 'white', + policyEditorFontSize: '13px' }; -- cgit 1.2.3-korg