enzostvs HF Staff commited on
Commit
50e5742
·
1 Parent(s): 93f259b
Files changed (1) hide show
  1. src/components/preview/preview.tsx +1 -1
src/components/preview/preview.tsx CHANGED
@@ -58,7 +58,7 @@ function Preview({
58
  "w-full select-none transition-all duration-200",
59
  {
60
  "pointer-events-none": isResizing || isAiWorking,
61
- "max-w-md mx-auto h-[80dvh] rounded-[86px] border-[8px] border-black shadow-2xl":
62
  device === "mobile",
63
  "h-full": device === "desktop",
64
  }
 
58
  "w-full select-none transition-all duration-200",
59
  {
60
  "pointer-events-none": isResizing || isAiWorking,
61
+ "max-w-md mx-auto h-[80dvh] rounded-[64px] border-[8px] border-black shadow-2xl":
62
  device === "mobile",
63
  "h-full": device === "desktop",
64
  }