Skip to content

Commit

Permalink
chore(style): add opacity to differentiate outside days (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganesh Anbazhagan <ganeshpandiyan.anbazhagan@aexp.com>
  • Loading branch information
hpdganesh and Ganesh Anbazhagan committed Nov 20, 2022
1 parent baf9f34 commit f8e0ad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-day-picker/src/style.css
Expand Up @@ -274,6 +274,10 @@
background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
opacity: 0.5;
}

.rdp-day_selected:focus-visible {
/* Since the background is the same use again the outline */
outline: var(--rdp-outline);
Expand Down

0 comments on commit f8e0ad5

Please sign in to comment.