diff --git a/frontend/app/components/shared/DateRangeDropdown/ReactCalendar.css b/frontend/app/components/shared/DateRangeDropdown/ReactCalendar.css index 9a85ae892..3ac0bcb0d 100644 --- a/frontend/app/components/shared/DateRangeDropdown/ReactCalendar.css +++ b/frontend/app/components/shared/DateRangeDropdown/ReactCalendar.css @@ -156,4 +156,11 @@ .ant-picker-input > input:focus { border: 0!important; +} +.react-calendar__month-view__days__day--weekend { + color: black; +} +.react-calendar__tile--now { + background: #2331A8; + color: white; } \ No newline at end of file diff --git a/frontend/app/components/shared/SavedSearch/components/SavedSearchModal/SavedSearchModal.tsx b/frontend/app/components/shared/SavedSearch/components/SavedSearchModal/SavedSearchModal.tsx index d805a12e6..5b17f1aa2 100644 --- a/frontend/app/components/shared/SavedSearch/components/SavedSearchModal/SavedSearchModal.tsx +++ b/frontend/app/components/shared/SavedSearch/components/SavedSearchModal/SavedSearchModal.tsx @@ -83,14 +83,14 @@ function SavedSearchModal(props: Props) { {shownItems.map((item) => (