diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index ea280f52f9..053ece1683 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1839,7 +1839,7 @@ export const widgets = [ events: [], styles: { backgroundColor: { value: '' }, - textColor: { value: '' }, + textColor: { value: '#000000' }, textSize: { value: 14 }, textAlign: { value: 'left' }, fontWeight: { value: 'normal' },