From 8226a6416a58988c7990a1ff3d6e361ca2742a9c Mon Sep 17 00:00:00 2001 From: digitaldirk <22691956+digitaldirk@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:51:43 -0700 Subject: [PATCH] Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834) The key text was hard to read in dark mode, changed CSS so text looks good in both modes. Co-authored-by: Vincent Baaij --- .../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; }