From c1bc9ed9f2c970c60ef1f8849a80fc25b52a2978 Mon Sep 17 00:00:00 2001 From: abhishek nayak Date: Tue, 27 Apr 2021 05:07:11 +0530 Subject: [PATCH] Update ContainerWidget.tsx Updated the color field in the property pane to color picker instead of 'Input_text' --- app/client/src/widgets/ContainerWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/ContainerWidget.tsx b/app/client/src/widgets/ContainerWidget.tsx index 7fbca6bdfd..81bdedc198 100644 --- a/app/client/src/widgets/ContainerWidget.tsx +++ b/app/client/src/widgets/ContainerWidget.tsx @@ -34,7 +34,7 @@ class ContainerWidget extends BaseWidget< placeholderText: "#FFFFFF / Gray / rgb(255, 99, 71)", propertyName: "backgroundColor", label: "Background Color", - controlType: "INPUT_TEXT", + controlType: "COLOR_PICKER", isBindProperty: true, isTriggerProperty: false, validation: VALIDATION_TYPES.TEXT,