Skip to content

Commit 27b80de

Browse files
committed
menu item
1 parent 0ad11ec commit 27b80de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-menu-item/lib/uui-menu-item.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export const WithBadge = () =>
269269
html`
270270
<uui-menu-item label="${menuItem.title}">
271271
${menuItem.badge
272-
? html`<uui-badge slot="badge" look="warning">!</uui-badge>`
272+
? html`<uui-badge slot="badge" color="warning">!</uui-badge>`
273273
: ''}
274274
</uui-menu-item>
275275
`

0 commit comments

Comments
 (0)