Skip to content

fix(mui): preserve breadcrumb link styling props#7465

Open
Chaudharybishal091 wants to merge 2 commits into
refinedev:mainfrom
Chaudharybishal091:fix/mui-breadcrumb-link-styling
Open

fix(mui): preserve breadcrumb link styling props#7465
Chaudharybishal091 wants to merge 2 commits into
refinedev:mainfrom
Chaudharybishal091:fix/mui-breadcrumb-link-styling

Conversation

@Chaudharybishal091

Copy link
Copy Markdown

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

The MUI Breadcrumb router link renders its content as a plain span, so MUI Link props like underline, color, variant, and sx are not preserved.

What is the new behavior?

The Breadcrumb router link now renders a MuiLink with component="span" inside the router link, preserving MUI link styling props while keeping navigation behavior.

Fixes: N/A

Notes for reviewers

Focused fix for @refinedev/mui Breadcrumb link styling.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 678f4fa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@refinedev/mui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant