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.
|
@@ -623,18 +623,18 @@ const CalendarStyle = dt.div`
|
|
|
623
623
|
}}
|
|
624
624
|
|
|
625
625
|
.react-calendar--doubleView .react-calendar__tile--active {
|
|
626
|
-
background-color: var(--color-
|
|
627
|
-
color: var(--color-
|
|
626
|
+
background-color: var(--color-default-100);
|
|
627
|
+
color: var(--color-default-900);
|
|
628
628
|
border-radius: 0px;
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.react-calendar--selectRange .react-calendar__tile--hover {
|
|
632
|
-
background-color: var(--color-
|
|
632
|
+
background-color: var(--color-default-100);
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
.react-calendar__tile--active.react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth {
|
|
636
636
|
background-color: white;
|
|
637
|
-
color: var(--color-
|
|
637
|
+
color: var(--color-default-300);
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
/* RANGE */
|