lizaui 9.0.21 → 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.
@@ -633,7 +633,7 @@ const CalendarStyle = dt.div`
633
633
  }
634
634
 
635
635
  .react-calendar__tile--active.react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth {
636
- background-color: white;
636
+ background-color: var(--color-content1-default);
637
637
  color: var(--color-default-300);
638
638
  }
639
639