From bbd3fa54803a9bc5f75421759136a52eb0791272 Mon Sep 17 00:00:00 2001 From: digitaldirk <22691956+digitaldirk@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:59:03 -0700 Subject: [PATCH] Update KeyCodeGlobalExample.razor.css to fix dark mode visuals The key text was hard to read in dark mode, changed CSS so text looks good in both modes. --- .../Shared/Pages/KeyCode/Examples/KeyCodeGlobalExample.razor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Demo/Shared/Pages/KeyCode/Examples/KeyCodeGlobalExample.razor.css b/examples/Demo/Shared/Pages/KeyCode/Examples/KeyCodeGlobalExample.razor.css index db186656c1..bb4752b71f 100644 --- a/examples/Demo/Shared/Pages/KeyCode/Examples/KeyCodeGlobalExample.razor.css +++ b/examples/Demo/Shared/Pages/KeyCode/Examples/KeyCodeGlobalExample.razor.css @@ -11,6 +11,7 @@ text-align: center; font-weight: bold; font-size: 14px; + color: black; cursor: pointer; }