mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Fix: Datasource text not visible in light theme #10743
This commit is contained in:
parent
4614e3f091
commit
c9e7627a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue