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' },