Merge pull request #4174 from appsmithorg/areyabhishek-container-colorpicker

Update Container Widget color picker to be consistent with other widgets
This commit is contained in:
abhishek nayak 2021-04-27 05:35:50 +05:30 committed by GitHub
commit 55fe8757fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,