lizaui 9.0.18 → 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.
@@ -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;