Skip to content

Commit

Permalink
Added transparent as default value for background Color (ToolJet#3817)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
manishkushare authored Aug 23, 2022
1 parent 9798c6e commit e10f993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Editor/WidgetManager/widgetConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,7 @@ export const widgets = [
visibility: { value: '{{true}}' },
disabledState: { value: '{{false}}' },
imageFit: { value: 'contain' },
backgroundColor: { value: '#ffffff00' },
},
},
},
Expand Down

0 comments on commit e10f993

Please sign in to comment.