Skip to content

Commit 468891c

Browse files
committed
Fixing label color for dark theme.
1 parent 5637ebd commit 468891c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eform-client/src/scss/libs/theme.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,9 @@ body {
179179
.mat-sort-header-content {
180180
text-align: start !important;
181181
}
182+
183+
.theme-dark {
184+
.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
185+
color: white; // Replace with your desired color value
186+
}
187+
}

0 commit comments

Comments
 (0)