mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
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:
parent
9798c6e444
commit
e10f993d47
1 changed files with 1 additions and 0 deletions
|
|
@ -1848,6 +1848,7 @@ export const widgets = [
|
|||
visibility: { value: '{{true}}' },
|
||||
disabledState: { value: '{{false}}' },
|
||||
imageFit: { value: 'contain' },
|
||||
backgroundColor: { value: '#ffffff00' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue