lizaui 9.0.21 → 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.
- package/dist/calendar/index.cjs.js +1 -1
- package/dist/calendar/index.cjs.js.map +1 -1
- package/dist/calendar/index.es.js +1 -1
- package/dist/calendar/index.es.js.map +1 -1
- package/dist/select-input/index.cjs.js +1 -1
- package/dist/select-input/index.cjs.js.map +1 -1
- package/dist/select-input/index.es.js +1 -1
- package/dist/select-input/index.es.js.map +1 -1
- package/dist/time-input/index.cjs.js +1 -1
- package/dist/time-input/index.cjs.js.map +1 -1
- package/dist/time-input/index.es.js +1 -1
- package/dist/time-input/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
1147
|
+
background-color: var(--select-input-bg);
|
|
1148
1148
|
border-radius: var(--radius-medium);
|
|
1149
1149
|
width: 100%;
|
|
1150
1150
|
height: var(--input-default);
|