Skip to content

Commit 825cdef

Browse files
committed
adjusted color scheme for node links
1 parent 218b5d8 commit 825cdef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/components/StateRoute/ComponentMap/ComponentMap.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ let stroke = '';
2626

2727
const lightWeight = '#94a3b8'; // Lightest gray for minimal props
2828
const mediumWeight = '#64748b'; // Medium gray for light prop load
29-
const heavyWeight = '#475569'; // Darker gray for medium load
30-
const veryHeavy = '#14b8a6'; // Teal for heavy prop load
29+
const heavyWeight = '#556579';
30+
const veryHeavy = '#475569'; // Darker gray for medium load
3131

3232
const defaultMargin: DefaultMargin = {
3333
top: 30,
34-
left: 30,
35-
right: 55,
34+
left: 20,
35+
right: 20,
3636
bottom: 70,
3737
};
3838

0 commit comments

Comments
 (0)