Merge pull request #11895 from FurquanAnwer/fix-richtext-darkmode

Fix: ensure proper text visibility in RichText and HTML widgets in dark mode
This commit is contained in:
Johnson Cherian 2025-03-11 11:44:34 +05:30 committed by GitHub
commit 575668f012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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