Skip to content

Commit c88566e

Browse files
committed
fix: graph visualizer attribution
1 parent 3ae6741 commit c88566e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Shared/Components/GraphVisualizer/styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
// REACT FLOW
22
.graph-visualizer {
33
.react-flow {
4+
--xy-attribution-background-color: var(--bg-tertiary);
45
--xy-edge-stroke-default: var(--N200);
56
--xy-background-color-default: var(--bg-secondary);
7+
8+
&__attribution {
9+
a {
10+
color: var(--N700);
11+
}
12+
}
613
}
714
}
815

0 commit comments

Comments
 (0)