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

Commit

Permalink
feat(select): add support for supporting text related tokens
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488943263
  • Loading branch information
material-web-copybara authored and copybara-github committed Nov 16, 2022
1 parent 4ac3931 commit 6048fb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/mdc-select/_select-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,16 @@ $_light-theme: (
(
default: map.get($theme, text-field-supporting-text-color),
disabled: map.get($theme, text-field-disabled-supporting-text-color),
hover: map.get($theme, text-field-hover-supporting-text-color),
focus: map.get($theme, text-field-focus-supporting-text-color),
)
);
@include select-helper-text-theme.helper-text-validation-color(
map.get($theme, text-field-error-supporting-text-color)
(
default: map.get($theme, text-field-error-supporting-text-color),
hover: map.get($theme, text-field-error-hover-supporting-text-color),
focus: map.get($theme, text-field-error-focus-supporting-text-color),
)
);
@include _text-field-input-text-typography(
(
Expand Down

0 comments on commit 6048fb5

Please sign in to comment.