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.
@@ -5724,7 +5724,7 @@ const Autocomplete = React.forwardRef(
5724
5724
  const [dataOptions, setDataOptions] = React.useState([]);
5725
5725
  const [dataOptionsAll, setDataOptionsAll] = React.useState([]);
5726
5726
  const isInvalid = !disabled && !!error && touched;
5727
- const labelClass = utils.cn("block font-normal text-sm text-gray-700 mb-1", {
5727
+ const labelClass = utils.cn("form-control-label block font-normal text-sm text-foreground mb-1", {
5728
5728
  "text-danger": isInvalid
5729
5729
  });
5730
5730
  React.useEffect(() => {