Skip to content

Commit

Permalink
Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834)
Browse files Browse the repository at this point in the history
The key text was hard to read in dark mode, changed CSS so text looks good in both modes.

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
  • Loading branch information
digitaldirk and vnbaaij committed Apr 29, 2024
1 parent e87ba94 commit 8226a64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
text-align: center;
font-weight: bold;
font-size: 14px;
color: black;
cursor: pointer;
}

Expand Down

0 comments on commit 8226a64

Please sign in to comment.