@underverse-ui/underverse 1.0.120 → 1.0.121
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
|
@@ -5312,7 +5312,7 @@ var Modal = ({
|
|
|
5312
5312
|
{
|
|
5313
5313
|
ref: modalContentRef,
|
|
5314
5314
|
className: cn(
|
|
5315
|
-
"relative w-full rounded-2xl md:rounded-3xl bg-card text-card-foreground shadow-xl",
|
|
5315
|
+
"relative w-full rounded-2xl md:rounded-3xl border border-border/40 bg-card text-card-foreground shadow-xl",
|
|
5316
5316
|
"transition-all duration-200 ease-out",
|
|
5317
5317
|
maxWidthClass,
|
|
5318
5318
|
fullWidth && "mx-0",
|