We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If a MatToaster is created with Type MatToastType.Primary or MatToastType.Secondary the color of the text is always white.
MatToaster
MatToastType.Primary
MatToastType.Secondary
To Reproduce Let me know if more information is needed.
Expected behavior The text color of the current MatTheme (either OnPrimary or OnSecondary) should be used.
MatTheme
OnPrimary
OnSecondary
The text was updated successfully, but these errors were encountered:
@jan-ai Hi I've submitted a PR for this #612 , thanks for letting us know!
Sorry, something went wrong.
check
143cb15
- PR: Update MatSlider for Pin and Markers (Thanks to [enkodellc](https://github.com/enkodellc)) - PR: MatSelect - Adding support for GUID / GUID? #634 (Thanks to [softwaretirol](https://github.com/softwaretirol)) - PR: Toast theme fixes, fixes #604 #612 (Thanks to [lindespang](https://github.com/lindespang)) - PR: Added issue template for feature request and question, updated bug te… #608 (Thanks to [SeppPenner](https://github.com/SeppPenner)) - PR: Added mouse over texts for MatNavMenu components, adjusted examples. #606 (Thanks to [SeppPenner](https://github.com/SeppPenner)) - PR: MatBlazor.com redesign #603 (Thanks to [lindespang](https://github.com/lindespang))
cdfcb15
lindespang
No branches or pull requests
Describe the bug
If a
MatToaster
is created with TypeMatToastType.Primary
orMatToastType.Secondary
the color of the text is always white.To Reproduce
Let me know if more information is needed.
Expected behavior
The text color of the current
MatTheme
(eitherOnPrimary
orOnSecondary
) should be used.The text was updated successfully, but these errors were encountered: