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 15b3bca commit 6aa5253Copy full SHA for 6aa5253
src/components/index-page/what-is-graphql/wires.module.css
@@ -4,7 +4,8 @@
4
transition:
5
fill 1s linear,
6
stroke 1s linear,
7
- opacity 1s linear;
+ opacity 1s linear,
8
+ stroke-width 1s linear;
9
}
10
11
src/components/index-page/what-is-graphql/wires.tsx
@@ -64,7 +64,7 @@ function ClientEdges({
64
key={index + "h"}
65
d={path}
66
stroke="url(#paint_lr_dark_linear_671_9150)"
67
- strokeWidth="2"
+ strokeWidth="3"
68
className={highlightedVisible ? "opacity-100" : "opacity-0"}
69
/>
70
)}
@@ -110,7 +110,7 @@ function ServerEdges({
110
<path
111
112
d={d}
113
- strokeWidth={2}
+ strokeWidth={3}
114
className={clsx(
115
highlightedVisible ? "opacity-100" : "opacity-0",
116
index % 2
0 commit comments