lizaui 4.0.3 → 4.0.5

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.
@@ -4056,7 +4056,8 @@ const rr = (t) => /* @__PURE__ */ T.jsx(ye.NoOptionsMessage, { ...t, className:
4056
4056
  placeholder: (s, { isDisabled: c }) => ({
4057
4057
  ...s,
4058
4058
  fontSize: "14px",
4059
- color: !c && r && i ? "var(--color-danger-default)" : "var(--color-gray-400)"
4059
+ paddingLeft: "4px",
4060
+ color: !c && r && i ? "var(--color-danger-default)" : "var(--muted-foreground)"
4060
4061
  }),
4061
4062
  input: (s) => ({
4062
4063
  ...s,