Skip to content

Commit

Permalink
chore: fix typo in select HCM colors
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671081334
  • Loading branch information
asyncLiz authored and copybara-github committed Sep 4, 2024
1 parent 9290bd3 commit bf41f57
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/mdc-select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@
disabled: GrayText,
);
@include select-theme.ink-color($gray-text, $query: $query);
@include select-theme.dropdown-icon-color(
(
disabled: red,
),
$query: $query
);
@include select-theme.dropdown-icon-color($gray-text, $query: $query);
@include select-theme.label-color($gray-text, $query: $query);
@include select-theme.bottom-line-color($gray-text, $query: $query);
@include select-theme.outline-color($gray-text, $query: $query);
Expand Down

0 comments on commit bf41f57

Please sign in to comment.