We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2b582 commit f7af121Copy full SHA for f7af121
packages/react-calendar/src/Calendar.css
@@ -63,8 +63,9 @@
63
.react-calendar__month-view__weekdays {
64
text-align: center;
65
text-transform: uppercase;
66
- font-weight: bold;
+ font: inherit;
67
font-size: 0.75em;
68
+ font-weight: bold;
69
}
70
71
.react-calendar__month-view__weekdays__weekday {
@@ -75,6 +76,7 @@
75
76
display: flex;
77
align-items: center;
78
justify-content: center;
79
80
81
font-weight: bold;
82
@@ -99,6 +101,8 @@
99
101
background: none;
100
102
103
line-height: 16px;
104
105
+ font-size: 0.833em;
106
107
108
.react-calendar__tile:disabled {
0 commit comments