Skip to content

Commit 6aa5253

Browse files
committed
Bump the stroke width
1 parent 15b3bca commit 6aa5253

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/index-page/what-is-graphql/wires.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
transition:
55
fill 1s linear,
66
stroke 1s linear,
7-
opacity 1s linear;
7+
opacity 1s linear,
8+
stroke-width 1s linear;
89
}
910
}
1011

src/components/index-page/what-is-graphql/wires.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function ClientEdges({
6464
key={index + "h"}
6565
d={path}
6666
stroke="url(#paint_lr_dark_linear_671_9150)"
67-
strokeWidth="2"
67+
strokeWidth="3"
6868
className={highlightedVisible ? "opacity-100" : "opacity-0"}
6969
/>
7070
)}
@@ -110,7 +110,7 @@ function ServerEdges({
110110
<path
111111
key={index + "h"}
112112
d={d}
113-
strokeWidth={2}
113+
strokeWidth={3}
114114
className={clsx(
115115
highlightedVisible ? "opacity-100" : "opacity-0",
116116
index % 2

0 commit comments

Comments
 (0)