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 +}