You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This overrides mixins are killin' me TBH. The Angular Material team needs to work on this. Make the process simpler, give us a way to provide primary / secondary / tertiary / error values for mat.theme users. 🙏
No, that's not what I'm talking about. Before mat.theme, we used to have mat.define-theme (which still is supported BTW) where we would create separate themes for light and dark modes. Then we could easily generate alternate-colored components using mat.<component>-theme mixins. For example,
We needed to be able to do the same for mat.theme as well, since we don't "define" any additional "theme"s in this case and light-dark does most of those works for us automagically. Something like:
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When using mat.button-overrides() when changing the filled-ripple-color property the ripple becames the full color instead of having an opacity of 12%
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-starter-heyt9c
Steps to reproduce:
in the SCSS file theres the right way to do it
Expected Behavior
Ripple have a subtle color, opacity 12%
Expected Color:
Actual Behavior
Ripple has full color
Actual behavior:
Environment
The text was updated successfully, but these errors were encountered: