From d6c1e9b0c753a2556ffcc3b595b857a0cba833e5 Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Wed, 29 Apr 2020 10:09:27 +0000 Subject: [PATCH] Fix Container background color --- app/client/src/utils/WidgetPropsUtils.tsx | 1 + 1 file changed, 1 insertion(+) 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,