Skip to content

Commit

Permalink
Fix type error in BreadcrumbCollapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Jun 4, 2022
1 parent ddae054 commit c2f4f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Breadcrumbs/BreadcrumbCollapsed.tsx
Expand Up @@ -42,7 +42,7 @@ function BreadcrumbCollapsed(props: BreadcrumbsProps) {

return (
<li>
<BreadcrumbCollapsedButton {...props} ownerState={ownerState} ref={ref}>
<BreadcrumbCollapsedButton {...props} color={'primary'} ownerState={ownerState} ref={ref}>
<BreadcrumbCollapsedIcon ownerState={ownerState} />
</BreadcrumbCollapsedButton>
</li>
Expand Down

0 comments on commit c2f4f60

Please sign in to comment.