Fix: Datasource text not visible in light theme #10743

This commit is contained in:
Furquan Anwer 2024-09-23 12:54:05 +05:30
parent 4614e3f091
commit c9e7627a7b

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 {