@use '@material/theme/theme';

// fix(@material-components): dark theme
.mdc-top-app-bar {
  @include theme.property(color, on-primary);
}
