@underverse-ui/underverse 1.0.42 → 1.0.43
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/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -2247,7 +2247,7 @@ var Textarea = (0, import_react3.forwardRef)(
|
|
|
2247
2247
|
onFocus: () => setIsFocused(true),
|
|
2248
2248
|
onBlur: () => setIsFocused(false),
|
|
2249
2249
|
className: cn(
|
|
2250
|
-
"w-full rounded-2xl px-4 py-3 text-sm text-foreground transition-all duration-200",
|
|
2250
|
+
"w-full rounded-2xl md:rounded-3xl px-4 py-3 text-sm text-foreground transition-all duration-200",
|
|
2251
2251
|
"placeholder:text-muted-foreground focus:outline-none min-h-20",
|
|
2252
2252
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
2253
2253
|
variantStyles6[variant],
|