Skip to content

Commit c865eff

Browse files
authored
Replace icon highlight color in box stories (#10226)
Didn't save the file
1 parent 617154e commit c865eff

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)