lizaui 9.0.19 → 9.0.20

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(--color-gray-300);
283
- border-radius: 6px;
284
- background-color: var(--color-white);
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;