From e10f993d47e590aa3d340bc04618748f175221f0 Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Tue, 23 Aug 2022 12:28:53 +0530 Subject: [PATCH] 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 --- frontend/src/Editor/WidgetManager/widgetConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 31de3abbf8..020ef248a2 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1848,6 +1848,7 @@ export const widgets = [ visibility: { value: '{{true}}' }, disabledState: { value: '{{false}}' }, imageFit: { value: 'contain' }, + backgroundColor: { value: '#ffffff00' }, }, }, },