@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.120",
3
+ "version": "1.0.121",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 232,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -5498,7 +5498,7 @@ var Modal = ({
5498
5498
  {
5499
5499
  ref: modalContentRef,
5500
5500
  className: cn(
5501
- "relative w-full rounded-2xl md:rounded-3xl bg-card text-card-foreground shadow-xl",
5501
+ "relative w-full rounded-2xl md:rounded-3xl border border-border/40 bg-card text-card-foreground shadow-xl",
5502
5502
  "transition-all duration-200 ease-out",
5503
5503
  maxWidthClass,
5504
5504
  fullWidth && "mx-0",