//
// Copyright 2023 Google LLC
// SPDX-License-Identifier: Apache-2.0
//

// go/keep-sorted start
@use './filled-select';
// go/keep-sorted end

@media (forced-colors: active) {
  :host {
    @include filled-select.theme(
      (
        text-field-disabled-active-indicator-color: GrayText,
        text-field-disabled-active-indicator-opacity: 1,
        text-field-disabled-input-text-color: GrayText,
        text-field-disabled-input-text-opacity: 1,
        text-field-disabled-label-text-color: GrayText,
        text-field-disabled-label-text-opacity: 1,
        text-field-disabled-leading-icon-color: GrayText,
        text-field-disabled-leading-icon-opacity: 1,
        text-field-disabled-supporting-text-color: GrayText,
        text-field-disabled-supporting-text-opacity: 1,
        text-field-disabled-trailing-icon-color: GrayText,
        text-field-disabled-trailing-icon-opacity: 1,
      )
    );
  }
}
