Skip to content

Commit d250686

Browse files
fix: remove graph background color (#315)
1 parent 4af57b5 commit d250686

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/Graphs/Graph.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.graphContainer {
22
display: flex;
33
height: 600px;
4-
border: 1px solid var(--sapList_BorderColor, #ddd);
5-
border-radius: 16px;
64
overflow: hidden;
7-
background-color: var(--sapBackgroundColor, #fafafa);
85
font-family: var(--sapFontFamily);
96
}
107

@@ -71,4 +68,4 @@
7168

7269
:global([data-theme='dark'] .react-flow__controls-button:hover) {
7370
background: rgba(255, 255, 255, 0.08);
74-
}
71+
}

0 commit comments

Comments
 (0)