diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index f1b9a76ccb..edf6effb66 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1095,22 +1095,22 @@ export const widgets = [ styles: { textColor: { type: 'color', - displayName: 'Text Color', + displayName: 'Text color', validation: { schema: { type: 'string' } }, }, backgroundColor: { type: 'color', - displayName: 'Background Color', + displayName: 'Background color', validation: { schema: { type: 'string' } }, }, borderColor: { type: 'color', - displayName: 'Border Color', + displayName: 'Border color', validation: { schema: { type: 'string' } }, }, errTextColor: { type: 'color', - displayName: 'Error Text Color', + displayName: 'Error text color', validation: { schema: { type: 'string' } }, }, borderRadius: {