Skip to content

Commit

Permalink
fix(chips): make forced-color border color explicit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557958245
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Aug 17, 2023
1 parent dbed51c commit cd8f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chips/internal/_elevated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

@media (forced-colors: active) {
.elevated md-elevation {
border: 1px solid transparent;
border: 1px solid CanvasText;
}

.elevated.link md-elevation {
Expand Down

0 comments on commit cd8f2fc

Please sign in to comment.