Skip to content

Commit

Permalink
fixup! fix(material/select): m3 native select invalid arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Feb 1, 2024
1 parent a0ea74a commit 3de6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $scale: 0.75 !default;
}

.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after {
.mat-form-field-invalid .mat-mdc-form-field-infix::after {
@include token-utils.use-tokens(tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
@include token-utils.create-token-slot(color, invalid-arrow-color);
}
Expand Down

0 comments on commit 3de6d1d

Please sign in to comment.