Skip to content

Commit d2d219f

Browse files
authored
docs: changed path color for better visibility with dark theme (#8957)
1 parent 3c0bdcd commit d2d219f

File tree

1 file changed

+1
-1
lines changed
  • documentation/examples/11-easing/00-easing

1 file changed

+1
-1
lines changed

documentation/examples/11-easing/00-easing/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<g class="canvas">
4343
<Grid x={$time} y={$value} />
4444
<g class="graph">
45-
<path d={$ease_path} stroke="#333" stroke-width="2" fill="none" />
45+
<path d={$ease_path} stroke="#ff3e00" stroke-width="2" fill="none" />
4646

4747
<path
4848
d="M0,23.647C0,22.41 27.014,0.407 28.496,0.025C29.978,-0.357 69.188,3.744 70.104,4.744C71.02,5.745 71.02,41.499 70.104,42.5C69.188,43.501 29.978,47.601 28.496,47.219C27.014,46.837 0,24.884 0,23.647Z"

0 commit comments

Comments
 (0)