lizaui 9.0.22 → 9.0.23

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.
@@ -1146,7 +1146,7 @@ const TimePickerInputStyled = styledComponents_browser_esm.dt.div`
1146
1146
  flex-grow: 1;
1147
1147
  flex-shrink: 0;
1148
1148
  border: 1px solid ${({ isInvalid }) => isInvalid ? "var(--color-danger-default)" : "var(--input)"};
1149
- background-color: white;
1149
+ background-color: var(--select-input-bg);
1150
1150
  border-radius: var(--radius-medium);
1151
1151
  width: 100%;
1152
1152
  height: var(--input-default);