Skip to content

Commit 3f4fe68

Browse files
authored
Replace icon highlight color in box stories (Shopify#10226)
Didn't save the file
1 parent e458e7d commit 3f4fe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function WithOutline() {
158158
export function WithBorderRadius() {
159159
return (
160160
<Box background="bg" padding="4" borderRadius="2">
161-
<Icon source={PaintBrushMajor} tone="highlight" />
161+
<Icon source={PaintBrushMajor} tone="info" />
162162
</Box>
163163
);
164164
}

0 commit comments

Comments
 (0)