We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b5d8 commit 825cdefCopy full SHA for 825cdef
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -26,13 +26,13 @@ let stroke = '';
26
27
const lightWeight = '#94a3b8'; // Lightest gray for minimal props
28
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
+const heavyWeight = '#556579';
+const veryHeavy = '#475569'; // Darker gray for medium load
31
32
const defaultMargin: DefaultMargin = {
33
top: 30,
34
- left: 30,
35
- right: 55,
+ left: 20,
+ right: 20,
36
bottom: 70,
37
};
38
0 commit comments