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