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