diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index aaf2c70a85..d5180e6c83 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -555,7 +555,7 @@ export const widgets = [ events: [], styles: { backgroundColor: { value: '' }, - textColor: { value: '' }, + textColor: { value: '#fff' }, loaderColor: { value: '' }, visibility: { value: '{{true}}' }, borderRadius: { value: '{{0}}' },