lizaui 9.0.20 → 9.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -625,18 +625,18 @@ const CalendarStyle = styledComponents_browser_esm.dt.div`
|
|
|
625
625
|
}}
|
|
626
626
|
|
|
627
627
|
.react-calendar--doubleView .react-calendar__tile--active {
|
|
628
|
-
background-color: var(--color-
|
|
629
|
-
color: var(--color-
|
|
628
|
+
background-color: var(--color-default-100);
|
|
629
|
+
color: var(--color-default-900);
|
|
630
630
|
border-radius: 0px;
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
.react-calendar--selectRange .react-calendar__tile--hover {
|
|
634
|
-
background-color: var(--color-
|
|
634
|
+
background-color: var(--color-default-100);
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
.react-calendar__tile--active.react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth {
|
|
638
638
|
background-color: white;
|
|
639
|
-
color: var(--color-
|
|
639
|
+
color: var(--color-default-300);
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
/* RANGE */
|