@use "@angular/material" as mat;
@mixin sc-color-select-theme($theme) {
  $primary: map-get($theme, primary);
  $foreground: map-get($theme, foreground);
  $background: map-get($theme, background);
}