Added transparent as default value for background Color (#3817)

* added transparent as default value in background prop

* reverting back the changes

* bug fixed : background color field in Image widget inspector is compressed by default

* removing changes made in Color.jsx

* removing unwanted changes made in Color.jsx
This commit is contained in:
Manish Kushare 2022-08-23 12:28:53 +05:30 committed by GitHub
parent 9798c6e444
commit e10f993d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1848,6 +1848,7 @@ export const widgets = [
visibility: { value: '{{true}}' },
disabledState: { value: '{{false}}' },
imageFit: { value: 'contain' },
backgroundColor: { value: '#ffffff00' },
},
},
},