Skip to content

Commit

Permalink
Fix fdToolLayout background-color (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Oct 2, 2024
1 parent 7ac92f4 commit 3f4f089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,10 @@
--luigi__horizontal-nav--height: 2.75rem;
}
.fd-tool-layout {
--fdToolLayout_Background: var(--sapBackgroundColor);
}
:global(html) {
box-sizing: border-box;
position: fixed;
Expand Down

0 comments on commit 3f4f089

Please sign in to comment.