Skip to content

[docs] Fix Breadcrumbs, List, Divider, and Typography dark mode demos #45692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2025

Conversation

siriwatknp
Copy link
Member

@siriwatknp siriwatknp added the docs Improvements or additions to the documentation label Mar 26, 2025
@mui-bot
Copy link

mui-bot commented Mar 26, 2025

Netlify deploy preview

https://deploy-preview-45692--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 14e43c9

@zannager zannager requested a review from DiegoAndai March 26, 2025 15:56
return {
backgroundColor,
backgroundColor: theme.palette.grey[100],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
backgroundColor: theme.palette.grey[100],
backgroundColor: (theme.vars || theme).palette.grey[100],

Not that important right now, but maybe we can be consistent, as people may have hard time figuring out why in some places we have theme and why theme.vars. In this case it doesn't matter, this is just for improving the demo, we can do a follow up cleanup in the future.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha.

Copy link
Member

@mnajdova mnajdova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good 👌

@siriwatknp siriwatknp enabled auto-merge (squash) March 26, 2025 16:13
@siriwatknp siriwatknp merged commit 7dd106e into mui:master Mar 26, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants