diff --git a/app/client/src/utils/WidgetPropsUtils.tsx b/app/client/src/utils/WidgetPropsUtils.tsx index 69de5430d0..45648d1b11 100644 --- a/app/client/src/utils/WidgetPropsUtils.tsx +++ b/app/client/src/utils/WidgetPropsUtils.tsx @@ -51,6 +51,7 @@ const updateContainers = (dsl: ContainerWidgetProps) => { ) { const canvas = { ...dsl, + backgroundColor: "transparent", type: WidgetTypes.CANVAS_WIDGET, detachFromLayout: true, topRow: 0,