We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ProgressBar
1 parent 9e1d176 commit 3bb1f15Copy full SHA for 3bb1f15
polaris.shopify.com/pages/examples/progress-bar-colored.tsx
@@ -5,9 +5,9 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
5
function ProgressBarExample() {
6
return (
7
<div style={{width: 225}}>
8
- <ProgressBar progress={70} color="primary" />
+ <ProgressBar progress={70} tone="primary" />
9
<br />
10
- <ProgressBar progress={30} color="success" />
+ <ProgressBar progress={30} tone="success" />
11
</div>
12
);
13
}
0 commit comments