Skip to content
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

Fix <SingleFieldList> children don't use default link color #9174

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

fzaninotto
Copy link
Member

Closes #9008

display: 'flex',
flexWrap: 'wrap',

[`& .${SingleFieldListClasses.link}`]: {
textDecoration: 'none',
'& > *': {
color: theme.palette.primary.main,
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the fix - and the indication of how to revert this change in user land with a custom theme, if your requirements lead you in the opposite direction.

@adguernier adguernier merged commit ad22c42 into master Aug 11, 2023
@adguernier adguernier deleted the fix-singlefieldlist-link-color branch August 11, 2023 08:09
@adguernier adguernier added this to the 4.13.0 milestone Aug 11, 2023
@fzaninotto fzaninotto changed the title Fix SingleFieldList children don't use default link color Fix <SingleFieldList> children don't use default link color Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants