@underverse-ui/underverse 1.0.182 → 1.0.183

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
@@ -3301,7 +3301,7 @@ var Textarea = forwardRef3(
3301
3301
  required,
3302
3302
  value,
3303
3303
  maxLength,
3304
- borderMode,
3304
+ borderMode = "2xl",
3305
3305
  ...props
3306
3306
  }, ref) => {
3307
3307
  const [isFocused, setIsFocused] = useState4(false);