@yomologic/react-ui 0.5.9 → 0.5.11

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/index.js CHANGED
@@ -1307,7 +1307,7 @@ var Textarea = import_react6.default.forwardRef(
1307
1307
  "aria-describedby": textareaError ? `${textareaId}-error` : helperText ? `${textareaId}-helper` : void 0,
1308
1308
  className: cn(
1309
1309
  "w-full px-3 py-2 border rounded-md transition-colors",
1310
- "text-(--color-foreground) placeholder-gray-400",
1310
+ "text-(--color-muted-foreground) placeholder-gray-400",
1311
1311
  "focus:outline-none",
1312
1312
  "disabled:bg-(--color-muted) disabled:cursor-not-allowed disabled:text-(--color-muted-foreground)",
1313
1313
  textareaError ? "border-error focus:ring-2 focus:ring-error focus:border-error active:border-error" : "border-(--color-border) focus:ring-2 focus:ring-(--color-primary)/30 focus:border-(--color-primary) active:border-(--color-primary)",