Merged in fix/SW-3483-labels-month-missing-date-picker (pull request #2816)

fix(SW-3483): add color to label in date picker

* fix(SW-3483): add color to label in date picker


Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-09-17 07:58:48 +00:00
parent eea2a63835
commit 34389837ae

View File

@@ -66,6 +66,7 @@ div.months {
.monthCaption { .monthCaption {
justify-content: center; justify-content: center;
color: var(--Text-Default);
} }
.captionLabel { .captionLabel {