Skip to content

Commit

Permalink
Update react.mdx to correctly reflect strokeWidth prop
Browse files Browse the repository at this point in the history
Current page shows "stroke" as prop, which invalidates stroke color in SVG element causing element to render black or not at all.
  • Loading branch information
MikeSmythers committed Aug 16, 2023
1 parent e973b02 commit f1b6507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/icons/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ You can pass additional props to adjust the icon.
| ------------- | -------- | ------------ |
| `size` | _Number_ | 24 |
| `color` | _String_ | currentColor |
| `stroke` | _Number_ | 2 |
| `strokeWidth | _Number_ | 2 |

0 comments on commit f1b6507

Please sign in to comment.