@use '@material/theme/theme-color';
@use '@material/snackbar/index' as snackbar with (
  $action-ink-color: theme-color.prop-value(primary)
);

@include snackbar.core-styles;
