From 73e748b34a2e2bbe5c5dba60dd9f93fa06aa82d6 Mon Sep 17 00:00:00 2001 From: jallentxbiomed Date: Mon, 20 Apr 2026 09:47:35 -0500 Subject: [PATCH] added light mode color scheme to default styling --- snprc_scheduler/src/client/styles/css/Default.style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snprc_scheduler/src/client/styles/css/Default.style.css b/snprc_scheduler/src/client/styles/css/Default.style.css index 8c6fcc2c2..acefb7832 100644 --- a/snprc_scheduler/src/client/styles/css/Default.style.css +++ b/snprc_scheduler/src/client/styles/css/Default.style.css @@ -214,3 +214,6 @@ textarea.form-control { font-size: 14px; } +.rdg { + color-scheme: light; +} \ No newline at end of file