Skip to content

Commit 9824c5d

Browse files
committed
fix stories
1 parent 1682979 commit 9824c5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

polaris-react/src/components/Icon/Icon.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function Colored() {
1717
<Icon source={CirclePlusMinor} tone="base" />
1818
<Icon source={CirclePlusMinor} tone="subdued" />
1919
<Icon source={CirclePlusMinor} tone="primary" />
20-
<Icon source={CirclePlusMinor} tone="highlight" />
20+
<Icon source={CirclePlusMinor} tone="info" />
2121
<Icon source={CirclePlusMinor} tone="success" />
2222
<Icon source={CirclePlusMinor} tone="caution" />
2323
<Icon source={CirclePlusMinor} tone="warning" />

polaris-react/src/components/ProgressBar/ProgressBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function WithColors() {
2323
<br />
2424
<ProgressBar progress={30} tone="critical" />
2525
<br />
26-
<ProgressBar progress={30} tone="highlight" />
26+
<ProgressBar progress={30} tone="info" />
2727
</div>
2828
);
2929
}

polaris.shopify.com/pages/examples/icon-colored.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function IconExample() {
99
<Icon source={CirclePlusMinor} tone="base" />
1010
<Icon source={CirclePlusMinor} tone="subdued" />
1111
<Icon source={CirclePlusMinor} tone="primary" />
12-
<Icon source={CirclePlusMinor} tone="highlight" />
12+
<Icon source={CirclePlusMinor} tone="info" />
1313
<Icon source={CirclePlusMinor} tone="success" />
1414
<Icon source={CirclePlusMinor} tone="caution" />
1515
<Icon source={CirclePlusMinor} tone="warning" />

polaris.shopify.com/src/components/TipBanner/TipBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function TipBanner({title, children}: Props) {
1313
<BlockStack gap="2">
1414
<InlineStack gap="2">
1515
<div>
16-
<Icon source={InfoMinor} tone="highlight" />
16+
<Icon source={InfoMinor} tone="info" />
1717
</div>
1818
<Text as="h4" variant="headingMd">
1919
{title}

0 commit comments

Comments
 (0)