@underverse-ui/underverse 1.0.41 → 1.0.42
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/api-reference.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2058,7 +2058,7 @@ var Textarea = forwardRef3(
|
|
|
2058
2058
|
onFocus: () => setIsFocused(true),
|
|
2059
2059
|
onBlur: () => setIsFocused(false),
|
|
2060
2060
|
className: cn(
|
|
2061
|
-
"w-full rounded-
|
|
2061
|
+
"w-full rounded-2xl px-4 py-3 text-sm text-foreground transition-all duration-200",
|
|
2062
2062
|
"placeholder:text-muted-foreground focus:outline-none min-h-20",
|
|
2063
2063
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
2064
2064
|
variantStyles6[variant],
|