Created
July 14, 2024 00:57
-
-
Save whynotavailable/dee5a3aa077b2fc110e7411f94b87477 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin snackbar-colors($color, $on-color: 'on-' + $color) { | |
--mdc-snackbar-container-color: #{mat.get-theme-color($my-theme, $color)}; | |
--mdc-snackbar-supporting-text-color: #{mat.get-theme-color($my-theme, $on-color)}; | |
--mat-snack-bar-button-color: #{mat.get-theme-color($my-theme, $on-color)}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment