From c776e7ff95e54d1990fd5bbb1f453289064fd756 Mon Sep 17 00:00:00 2001 From: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:11:33 -0800 Subject: [PATCH] Update `Icon` story from `tone` `currentColor` to `inherit` (#11315) --- .../src/components/Icon/Icon.stories.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 - + );