Skip to content

Commit

Permalink
Use explicit font styling for all elements
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 25, 2023
1 parent 0f2b582 commit f7af121
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react-calendar/src/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
.react-calendar__month-view__weekdays {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font: inherit;
font-size: 0.75em;
font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
Expand All @@ -75,6 +76,7 @@
display: flex;
align-items: center;
justify-content: center;
font: inherit;
font-size: 0.75em;
font-weight: bold;
}
Expand All @@ -99,6 +101,8 @@
background: none;
text-align: center;
line-height: 16px;
font: inherit;
font-size: 0.833em;
}

.react-calendar__tile:disabled {
Expand Down

0 comments on commit f7af121

Please sign in to comment.