Fix: Datasource text not visible in light theme #10743 (#10806)

Co-authored-by: Furquan Anwer <furquan.anwer@gmail.coom>
This commit is contained in:
Furquan Anwer 2024-12-12 12:31:07 +05:30 committed by GitHub
parent 4315bff421
commit 6995112139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {