Skip to content

Instantly share code, notes, and snippets.

@whynotavailable
Created July 14, 2024 00:57
Show Gist options
  • Save whynotavailable/dee5a3aa077b2fc110e7411f94b87477 to your computer and use it in GitHub Desktop.
Save whynotavailable/dee5a3aa077b2fc110e7411f94b87477 to your computer and use it in GitHub Desktop.
@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