From 69951121392c634931a669ed9679ba7e5ccfb29d Mon Sep 17 00:00:00 2001 From: Furquan Anwer <44668513+FurquanAnwer@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:31:07 +0530 Subject: [PATCH] Fix: Datasource text not visible in light theme #10743 (#10806) Co-authored-by: Furquan Anwer --- frontend/src/_styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index c1a01145ca..7c73836ccd 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -5135,7 +5135,7 @@ div#driver-page-overlay { padding: 10px 5px 0 0; float: left; font-size: 14px; - color: $light-gray; + color: var(--slate-12); } .dynamic-form-row {