lizaui 9.0.20 → 9.0.22

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-gray-100);
629
- color: var(--color-gray-900);
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-gray-100);
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
- background-color: white;
639
- color: var(--color-gray-300);
638
+ background-color: var(--color-content1-default);
639
+ color: var(--color-default-300);
640
640
  }
641
641
 
642
642
  /* RANGE */