Skip to content

fix: Made ordering of classes always havee custom classes at end on c… #699

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-brenot
Copy link

Fixes #698

This PR moves the definition of className to the end of the classMap for the card component. This is important as it allows the user to override styling on the card.

I'm unsure if this is an issue for other components as well, but if it is, I HIGHLY recommend making the same change to the other components. As it stands without this you are completely unable to use the provided elevation on card components. If this is the case for other components as well then this is very unfortunate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elevation is overridden by card
1 participant