Skip to content

Commit 723ac72

Browse files
committed
make navigation bar fit dark mode
1 parent 9228399 commit 723ac72

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/components/CommunityPortal/Calendar/CommunityCalendar.module.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@
152152
margin-bottom: 0px !important;
153153
}
154154

155+
.reactCalendarDarkMode :global(.react-calendar__navigation) {
156+
background: #1e293b;
157+
}
158+
159+
.reactCalendarDarkMode :global(.react-calendar__navigation button) {
160+
color: #ffffff;
161+
}
162+
155163
.reactCalendar :global(.react-calendar__tile) {
156164
display: grid;
157165
height: 100px;
@@ -361,11 +369,6 @@
361369
color: #856404 !important;
362370
}
363371

364-
.reactCalendarDarkMode :global(.react-calendar__tile--now) {
365-
background-color: #3d4a5c !important;
366-
color: #fff;
367-
}
368-
369372
.reactCalendarDarkMode :global(.react-calendar__tile--now) :global(abbr),
370373
.reactCalendarDarkMode :global(.react-calendar__tile--now) {
371374
color: #fff !important;

0 commit comments

Comments
 (0)