From 6e73d65868b871f1a7eff875350391c84774b71b Mon Sep 17 00:00:00 2001 From: Andreas Kienle Date: Thu, 2 Oct 2025 14:26:35 +0200 Subject: [PATCH] fix: remove graph background color --- src/components/Graphs/Graph.module.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Graphs/Graph.module.css b/src/components/Graphs/Graph.module.css index 15a3d0e9..15887d86 100644 --- a/src/components/Graphs/Graph.module.css +++ b/src/components/Graphs/Graph.module.css @@ -1,10 +1,7 @@ .graphContainer { display: flex; height: 600px; - border: 1px solid var(--sapList_BorderColor, #ddd); - border-radius: 16px; overflow: hidden; - background-color: var(--sapBackgroundColor, #fafafa); font-family: var(--sapFontFamily); } @@ -71,4 +68,4 @@ :global([data-theme='dark'] .react-flow__controls-button:hover) { background: rgba(255, 255, 255, 0.08); -} \ No newline at end of file +}