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 <[email protected]>
  • Loading branch information
digitaldirk and vnbaaij authored Apr 11, 2024
1 parent 1918247 commit 919a82b
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 919a82b

Please sign in to comment.