From c9e7627a7b24b9a69633125cc90de281a3f0cff6 Mon Sep 17 00:00:00 2001 From: Furquan Anwer Date: Mon, 23 Sep 2024 12:54:05 +0530 Subject: [PATCH] Fix: Datasource text not visible in light theme #10743 --- 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 2849d173dd..4ffb819f4e 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 {