Skip to content

Commit 9b0c467

Browse files
(Icon): reflect interface update to stories
1 parent ca22874 commit 9b0c467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Icon.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const ActionIcons: StoryObj<StoryProps> = {
155155
icons: Icon.ICONS.ACTION_ICONS.map((icon) => ({
156156
icon,
157157
category: 'action',
158-
container: 'circle',
158+
circleContainer: true,
159159
size: 'small',
160160
})),
161161
},

0 commit comments

Comments
 (0)