@use '@angular/material' as mat;
@mixin sc-select-theme($theme) {
  $background: map-get($theme, background);

  .sc-select-search-input {
    background-color: mat.get-color-from-palette($background, card) !important;
  }
}