Reduce font size for text in now-line element in DayCalendar component (#8212)

Revert prettier fixes

Signed-off-by: Denis FL <denisfl@pm.me>
This commit is contained in:
Denis 2025-03-19 08:30:52 -07:00 committed by Andrey Sobolev
parent a8025bd9df
commit 17a21a9899
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -1133,10 +1133,10 @@
&::after {
position: absolute;
content: attr(data-now);
top: -0.5rem;
top: -0.46rem;
left: -1.25rem;
font-weight: 500;
font-size: 0.75rem;
font-size: 0.66rem;
color: var(--primary-button-color);
transform: translateX(-50%);
}