-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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(material/snack-bar): prevent override of snack bar action button color #27511
fix(material/snack-bar): prevent override of snack bar action button color #27511
Conversation
@crisbeto can you confirm if this was intended to only apply to unthemed buttons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me that we don't override the color the user explicitly opted into.
Any chance this will be merged soon? @crisbeto |
87d23cf
to
fa2cb05
Compare
I think just the Google internal tests. I kicked off a run, lets see how it goes |
…color (#27511) Co-authored-by: Daniel Kimmich <[email protected]> (cherry picked from commit d0cf8bf)
…color (#27511) Co-authored-by: Daniel Kimmich <[email protected]> (cherry picked from commit d0cf8bf)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Prevents the color (if specified) of the snack bar action button from being overridden to the accent color, when using the
matSnackBarAction
directive.Closes #27328