lizaui 4.0.1 → 4.0.2
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.
|
@@ -4092,7 +4092,7 @@ const rr = (t) => /* @__PURE__ */ T.jsx(ye.NoOptionsMessage, { ...t, className:
|
|
|
4092
4092
|
borderRadius: "var(--radius-md)",
|
|
4093
4093
|
cursor: c ? "not-allowed" : "pointer",
|
|
4094
4094
|
boxShadow: "inherit",
|
|
4095
|
-
backgroundColor: c ? "var(--color-gray-50)" : "
|
|
4095
|
+
backgroundColor: c ? "var(--color-gray-50)" : "var(--select-input-bg)",
|
|
4096
4096
|
// ":hover": {
|
|
4097
4097
|
// border: `1px solid ${
|
|
4098
4098
|
// !isDisabled && error && touched
|