We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9228399 commit 723ac72Copy full SHA for 723ac72
1 file changed
src/components/CommunityPortal/Calendar/CommunityCalendar.module.css
@@ -152,6 +152,14 @@
152
margin-bottom: 0px !important;
153
}
154
155
+.reactCalendarDarkMode :global(.react-calendar__navigation) {
156
+ background: #1e293b;
157
+}
158
+
159
+.reactCalendarDarkMode :global(.react-calendar__navigation button) {
160
+ color: #ffffff;
161
162
163
.reactCalendar :global(.react-calendar__tile) {
164
display: grid;
165
height: 100px;
@@ -361,11 +369,6 @@
361
369
color: #856404 !important;
362
370
363
371
364
-.reactCalendarDarkMode :global(.react-calendar__tile--now) {
365
- background-color: #3d4a5c !important;
366
- color: #fff;
367
-}
368
-
372
.reactCalendarDarkMode :global(.react-calendar__tile--now) :global(abbr),
373
.reactCalendarDarkMode :global(.react-calendar__tile--now) {
374
color: #fff !important;
0 commit comments