diff --git a/polaris-react/src/components/Icon/Icon.stories.tsx b/polaris-react/src/components/Icon/Icon.stories.tsx index 3a42182f917..90be78df80d 100644 --- a/polaris-react/src/components/Icon/Icon.stories.tsx +++ b/polaris-react/src/components/Icon/Icon.stories.tsx @@ -92,36 +92,36 @@ export function Colored() { ); } -export function CurrentColor() { +export function WithToneInherit() { return ( Caution tone - + Critical tone - + Magic tone - + Magic subdued tone - + Subdued tone - + Success tone - + Text inverse tone - + );