diff --git a/docs/content/packages/react.mdx b/docs/content/packages/react.mdx index 77b629006..922814205 100644 --- a/docs/content/packages/react.mdx +++ b/docs/content/packages/react.mdx @@ -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