Skip to content

Commit

Permalink
fix: wrong day being highlighted (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos authored Nov 4, 2024
1 parent 2756b6c commit 15775f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,14 @@ a {
border-radius: 8px;
}

/* shows a 'today' background color in month view */
.rbc-calendar .rbc-month-row .rbc-day-bg.rbc-today {
@apply bg-cesium-900/10;
}

/* hides 'today' background color by default */
.rbc-calendar .rbc-today {
@apply bg-transparent;
@apply bg-cesium-900/10;
}

Expand Down

0 comments on commit 15775f6

Please sign in to comment.