@import './mat-button.theme.scss';
@import './mat-radio.theme.scss';
@import './mat-checkbox.theme.scss';
@import './mat-input.theme.scss';
@import './mat-toggle.theme.scss';
@import './mat-form-field-fill.theme.scss';
@import './mat-tooltip.theme.scss';
@import './mat-elevations.theme.scss';
@import './mat-tab.theme.scss';
@import './mat-dialog.theme.scss';
@import './mat-stepper.theme.scss';
@import './mat-menu.theme.scss';
@import './mat-icon.theme.scss';

@mixin mw-material-override-theme($theme) {
  @include mw-mat-button-override($theme);
  @include mw-mat-radio-override($theme);
  @include mw-mat-checkbox-override($theme);
  @include mw-mat-input-override($theme);
  @include mw-mat-toggle-override($theme);
  @include mw-mat-form-field-fill-override($theme);
  @include mw-mat-tooltip-override($theme);
  @include mw-mat-elevations-theme($theme);
  @include mw-mat-tab-override($theme);
  @include mw-mat-dialog-override($theme);
  @include mw-mat-stepper-override($theme);
  @include mw-mat-menu-override($theme);
  @include mw-mat-icon-override($theme);
}
