add fallback variable for color to body layout

This commit is contained in:
Jacob Overgaard
2024-04-05 13:24:48 +02:00
parent f46f7bb459
commit 2e24d88011

View File

@@ -134,7 +134,7 @@ export class UmbBodyLayoutElement extends LitElement {
css`
:host {
display: flex;
background-color: var(--uui-color-background);
background-color: var(--umb-body-layout-color-background, var(--uui-color-background));
width: 100%;
height: 100%;
flex-direction: column;