lizaui 9.0.19 → 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.
|
@@ -277,11 +277,12 @@ const CalendarStyle = styledComponents_browser_esm.dt.div`
|
|
|
277
277
|
|
|
278
278
|
.react-date-picker__wrapper,
|
|
279
279
|
.react-daterange-picker__wrapper {
|
|
280
|
+
min-height: var(--input-default);
|
|
280
281
|
padding-right: 8px;
|
|
281
282
|
padding-left: 8px;
|
|
282
|
-
border: 1px solid var(--
|
|
283
|
-
border-radius:
|
|
284
|
-
background-color: var(--
|
|
283
|
+
border: 1px solid var(--input);
|
|
284
|
+
border-radius: var(--radius-md);
|
|
285
|
+
background-color: var(--select-input-bg);
|
|
285
286
|
display: flex;
|
|
286
287
|
flex-grow: 1;
|
|
287
288
|
flex-shrink: 0;
|
|
@@ -624,18 +625,18 @@ const CalendarStyle = styledComponents_browser_esm.dt.div`
|
|
|
624
625
|
}}
|
|
625
626
|
|
|
626
627
|
.react-calendar--doubleView .react-calendar__tile--active {
|
|
627
|
-
background-color: var(--color-
|
|
628
|
-
color: var(--color-
|
|
628
|
+
background-color: var(--color-default-100);
|
|
629
|
+
color: var(--color-default-900);
|
|
629
630
|
border-radius: 0px;
|
|
630
631
|
}
|
|
631
632
|
|
|
632
633
|
.react-calendar--selectRange .react-calendar__tile--hover {
|
|
633
|
-
background-color: var(--color-
|
|
634
|
+
background-color: var(--color-default-100);
|
|
634
635
|
}
|
|
635
636
|
|
|
636
637
|
.react-calendar__tile--active.react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth {
|
|
637
638
|
background-color: white;
|
|
638
|
-
color: var(--color-
|
|
639
|
+
color: var(--color-default-300);
|
|
639
640
|
}
|
|
640
641
|
|
|
641
642
|
/* RANGE */
|