fixed line-height of weekdays

This commit is contained in:
Vladimir Khvan 2023-03-01 15:18:09 +05:00
parent 5d03a5af5d
commit 366b20bc82

View File

@ -6,6 +6,7 @@ export const Weekday = styled.span`
font-family: "Open Sans";
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: ${(props) => props.theme.calendar.weekdayColor};
width: 40px;