From 59436bc2faccfba5c1481ac01fe4997f6a838ee6 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 Feb 2021 11:01:33 -0800 Subject: [PATCH] Update docs --- docs/content/packages/react.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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