Skip to content

Commit

Permalink
fix(context-menu): correct high contrast color (#1235)
Browse files Browse the repository at this point in the history
* fix(context): correct high contrast color

* fix(context): correct high contrast color
  • Loading branch information
vt-allianz authored and GitHub Enterprise committed Jul 3, 2024
1 parent f2c7342 commit b7ddf40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@media screen and (forced-colors: active) {
forced-color-adjust: none;
background-color: buttonFace;
color: button;
color: buttonText;
}

&:not(:disabled) {
Expand Down

0 comments on commit b7ddf40

Please sign in to comment.