Skip to content

Commit 67682cc

Browse files
committed
Update the indicator of the current date in calendar view
1 parent d4d9223 commit 67682cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/datetime-range.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@
328328
transition: background-color 0.25s ease-out;
329329
}
330330
.datetime-range .calendar .calendar-body .week .date.current {
331-
color: #444;
331+
color: #555;
332+
font-weight: 900;
332333
}
333334
.datetime-range .calendar .calendar-body .week .date:not(.active):hover {
334335
background-color: #ddd;

0 commit comments

Comments
 (0)