From c9e7627a7b24b9a69633125cc90de281a3f0cff6 Mon Sep 17 00:00:00 2001 From: Furquan Anwer Date: Mon, 23 Sep 2024 12:54:05 +0530 Subject: [PATCH 1/2] 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 { From 83a70eff3eba5255331f15a7cf47a85105dfc197 Mon Sep 17 00:00:00 2001 From: Furquan Anwer Date: Sat, 1 Feb 2025 12:27:21 +0530 Subject: [PATCH 2/2] fix: ensure proper text visibility in RichText and HTML widgets in dark mode --- frontend/src/_styles/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 4ffb819f4e..c72a790391 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -2253,6 +2253,7 @@ body { font-family: "Inconsolata", "Menlo", "Consolas", monospace; font-size: 16px; padding: 20px; + color: #0000009c; } .RichEditor-controls {