Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Mar 6, 2021
1 parent c4eef23 commit 3ff2422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add menuitemcheckbox and menuitemradio styling to menu-item",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/web-components/src/menu-item/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { MenuItemStyles as styles } from './menu-item.styles';
template,
styles,
shadowOptions: {
mode: 'open',
mode: 'closed',
},
})
export class FluentMenuItem extends MenuItem {}
Expand Down

0 comments on commit 3ff2422

Please sign in to comment.