lizaui 9.0.22 → 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.
@@ -5706,7 +5706,7 @@ const Autocomplete = forwardRef(
5706
5706
  const [dataOptions, setDataOptions] = useState([]);
5707
5707
  const [dataOptionsAll, setDataOptionsAll] = useState([]);
5708
5708
  const isInvalid = !disabled && !!error && touched;
5709
- const labelClass = cn("block font-normal text-sm text-gray-700 mb-1", {
5709
+ const labelClass = cn("form-control-label block font-normal text-sm text-foreground mb-1", {
5710
5710
  "text-danger": isInvalid
5711
5711
  });
5712
5712
  useEffect(() => {