Skip to content

Commit f927034

Browse files
authored
Merge branch 'main' into fix/crossplane-indent-children-component-selection
2 parents 3167d1d + d250686 commit f927034

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)