Skip to content

Commit

Permalink
Fix disabled neighboring tiles text color
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 9, 2024
1 parent 695497e commit e997ea2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react-calendar/src/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@

.react-calendar__tile:disabled {
background-color: #f0f0f0;
color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
Expand Down

0 comments on commit e997ea2

Please sign in to comment.