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.
1 parent e458e7d commit 3f4fe68Copy full SHA for 3f4fe68
polaris-react/src/components/Box/Box.stories.tsx
@@ -158,7 +158,7 @@ export function WithOutline() {
158
export function WithBorderRadius() {
159
return (
160
<Box background="bg" padding="4" borderRadius="2">
161
- <Icon source={PaintBrushMajor} tone="highlight" />
+ <Icon source={PaintBrushMajor} tone="info" />
162
</Box>
163
);
164
}
0 commit comments