Skip to content
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): Move unthemable tokens to theme mixin #27596

Merged

Commits on Aug 14, 2023

  1. fix(material/snack-bar): Move unthemable tokens to theme mixin

    Though these tokens are not currently affected by the theme, in the
    future they will be affected by the design system used for theming (M2
    or M3)
    
    BREAKING CHANGE:
    There are new styles emitted by `mat.snack-bar-theme` that are not
    emitted by any of: `mat.snack-bar-color`, `mat.snack-bar-typography`,
    `mat.snack-bar-density`. If you rely on the partial mixins only and don't
    call `mat.snack-bar-theme`, you can add `mat.snack-bar-base` to get the
    missing styles.
    amysorto committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1c80ab1 View commit details
    Browse the repository at this point in the history