From 4868b3ed11b84775c61b30ceb6925efe57a4e1f5 Mon Sep 17 00:00:00 2001 From: JohannesDoberer Date: Tue, 1 Oct 2024 21:37:21 +0200 Subject: [PATCH] fix fdToolLayout background-color --- core/src/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/App.svelte b/core/src/App.svelte index 48188f0fe5..dafc3e859f 100644 --- a/core/src/App.svelte +++ b/core/src/App.svelte @@ -2042,6 +2042,7 @@ --luigi__breadcrumb--height: 2.75rem; --luigi__shellbar--height: 2.75rem; --luigi__horizontal-nav--height: 2.75rem; + --fdToolLayout_Background: var(--sapBackgroundColor) !important; } :global(html) {