Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit bf41f57

Browse files
asyncLizcopybara-github
authored andcommitted
chore: fix typo in select HCM colors
PiperOrigin-RevId: 671081334
1 parent 9290bd3 commit bf41f57

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/mdc-select/_select.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,7 @@
180180
disabled: GrayText,
181181
);
182182
@include select-theme.ink-color($gray-text, $query: $query);
183-
@include select-theme.dropdown-icon-color(
184-
(
185-
disabled: red,
186-
),
187-
$query: $query
188-
);
183+
@include select-theme.dropdown-icon-color($gray-text, $query: $query);
189184
@include select-theme.label-color($gray-text, $query: $query);
190185
@include select-theme.bottom-line-color($gray-text, $query: $query);
191186
@include select-theme.outline-color($gray-text, $query: $query);

0 commit comments

Comments
 (0)