From da3cfb3cc0ca49e3c71587a733230736659813cc Mon Sep 17 00:00:00 2001 From: Pranav Joglekar Date: Mon, 30 Oct 2023 09:08:40 +0530 Subject: [PATCH] feat: convert Color Picker color property label to sentence case (#7993) --- 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 d82e9991ae..6a7a492582 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -5280,7 +5280,7 @@ ReactDOM.render(, document.body);`, description: 'Choose colors from a palette', component: 'ColorPicker', properties: { - defaultColor: { type: 'color', displayName: 'Default Color' }, + defaultColor: { type: 'color', displayName: 'Default color' }, }, defaultSize: { width: 9,