Skip to content

Commit 6a32290

Browse files
committed
fix: Correct prop name in SliderButton path element to camel case
1 parent 6096aab commit 6a32290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-case-component/src/components/shikiComponent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ const SliderButton = ({
208208
>
209209
<path
210210
stroke="currentColor"
211-
stroke-linecap="round"
212-
stroke-linejoin="round"
211+
strokeLinecap="round"
212+
strokeLinejoin="round"
213213
stroke-width="2"
214214
d="M5 1 1 5l4 4"
215215
/>

0 commit comments

Comments
 (0)