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,