Merge branch 'fix/container-colore' into 'release'

Fix Container background color

Fix for issue: Canvas background was being set in templates, as a result, container's background wasn't perceived to be set.

See merge request theappsmith/internal-tools-client!523
This commit is contained in:
Abhinav Jha 2020-04-29 10:09:27 +00:00
commit 6478f4a4ac

View File

@ -51,6 +51,7 @@ const updateContainers = (dsl: ContainerWidgetProps<WidgetProps>) => {
) {
const canvas = {
...dsl,
backgroundColor: "transparent",
type: WidgetTypes.CANVAS_WIDGET,
detachFromLayout: true,
topRow: 0,