Skip to content

Commit

Permalink
Merge pull request #77 from jonathanzhang53/cambranch
Browse files Browse the repository at this point in the history
Fixed datepicker display
  • Loading branch information
Cameronketchem committed Apr 11, 2024
2 parents 3c62014 + 52db678 commit 173e6cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/EventFilter/EventFilter.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
outline: none;
}


.datepicker:hover, .datepicker:focus, .react-datepicker__day:hover, .react-datepicker__day--selected, .react-datepicker__day--keyboard-selected {
border-color: var(--theme-color-3);
}
Expand All @@ -66,6 +67,7 @@

.react-datepicker__month-container {
background-color: var(--theme-color-2);
color: white;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
Expand All @@ -77,4 +79,13 @@

.react-datepicker__year-dropdown-container, .react-datepicker__month-dropdown-container, .react-datepicker__time-container {
display: none;
color: white;
}

.react-datepicker__current-month {
color: white;
}

.react-datepicker__day-name {
color: white;
}

0 comments on commit 173e6cd

Please sign in to comment.