CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudColorProvider - custom color support #204

Closed segfault- closed 1 year ago

segfault- commented 1 year ago

add support for neutral, neutral variant, error, and custom colors as per https://m3.material.io/styles/color/the-color-system/key-colors-tones

mckaragoz commented 1 year ago

Thanks for the PR. If the newly added css variables doesn't conflict with original ones (like --mud-palette-error), if the namings are different, we can merge this PR.

mckaragoz commented 1 year ago

Thanks 🥇