fix: ensure proper text visibility in RichText and HTML widgets in dark mode

This commit is contained in:
Furquan Anwer 2025-02-01 12:27:21 +05:30
parent c9e7627a7b
commit 83a70eff3e

View file

@ -2253,6 +2253,7 @@ body {
font-family: "Inconsolata", "Menlo", "Consolas", monospace;
font-size: 16px;
padding: 20px;
color: #0000009c;
}
.RichEditor-controls {