From d4abb49adb640d4c741a8f2c5e4b6f735e386491 Mon Sep 17 00:00:00 2001 From: Aviroop Banerjee Date: Tue, 16 May 2023 01:06:37 +0530 Subject: [PATCH] [docs] Fixed default text widget bg color (#5343) * Fixed default text widget bg color * Added default background colour for text component --------- Co-authored-by: Kavin Venkatachalam --- frontend/src/Editor/WidgetManager/widgetConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index b0b520183a..fae73b5a59 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -2015,7 +2015,7 @@ export const widgets = [ }, events: [], styles: { - backgroundColor: { value: '' }, + backgroundColor: { value: '#fff00000' }, textColor: { value: '#000000' }, textSize: { value: 14 }, textAlign: { value: 'left' },