Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 1bf8c21

Browse files
committed
fix: Text color
1 parent 5d35009 commit 1bf8c21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Vue3DatePicker/style/components/_Calendar.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
text-align: center;
3737
flex-grow: 1;
3838
box-sizing: border-box;
39+
color: var(--dp-text-color);
3940
}
4041

4142
.dp__calendar {
@@ -50,10 +51,6 @@
5051
position: relative;
5152
}
5253

53-
.dp__calendar_days {
54-
color: var(--dp-text-color);
55-
}
56-
5754
.dp__calendar_header_cell {
5855
border-bottom: thin solid var(--dp-border-color);
5956
padding: 0.5rem;

0 commit comments

Comments
 (0)