From 83a70eff3eba5255331f15a7cf47a85105dfc197 Mon Sep 17 00:00:00 2001 From: Furquan Anwer Date: Sat, 1 Feb 2025 12:27:21 +0530 Subject: [PATCH] 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 {