Skip to content

Commit 3bb1f15

Browse files
committed
Update ProgressBar examples
1 parent 9e1d176 commit 3bb1f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polaris.shopify.com/pages/examples/progress-bar-colored.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
55
function ProgressBarExample() {
66
return (
77
<div style={{width: 225}}>
8-
<ProgressBar progress={70} color="primary" />
8+
<ProgressBar progress={70} tone="primary" />
99
<br />
10-
<ProgressBar progress={30} color="success" />
10+
<ProgressBar progress={30} tone="success" />
1111
</div>
1212
);
1313
}

0 commit comments

Comments
 (0)