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

@include snackbar.core-styles;
