Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Feb 23, 2021
1 parent 9fc8182 commit 59436bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/packages/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default () => (
### Fill

The `fill` prop takes a string value that can be used to set the color of the icon.
By default, `fill` is set to `currentColor`, which means it inherits it's parent's text color.
By default, `fill` is set to [`currentColor`](https://css-tricks.com/currentcolor/).

```js
// Example usage
Expand Down

0 comments on commit 59436bc

Please sign in to comment.