mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
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:
commit
575668f012
1 changed files with 1 additions and 0 deletions
|
|
@ -2253,6 +2253,7 @@ body {
|
|||
font-family: "Inconsolata", "Menlo", "Consolas", monospace;
|
||||
font-size: 16px;
|
||||
padding: 20px;
|
||||
color: #0000009c;
|
||||
}
|
||||
|
||||
.RichEditor-controls {
|
||||
|
|
|
|||
Loading…
Reference in a new issue