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
|
@@ -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:
|
|
1149
|
+
background-color: var(--select-input-bg);
|
|
1150
1150
|
border-radius: var(--radius-medium);
|
|
1151
1151
|
width: 100%;
|
|
1152
1152
|
height: var(--input-default);
|