Add border to preview panel container

This commit is contained in:
WOGGER7 2025-07-21 14:30:14 +05:30
parent 5a3fa8fbe1
commit 35abbefd2e
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ export function PreviewPanel() {
<div className="fixed inset-0 z-[9999] flex flex-col">
<div className="flex-1 flex items-center justify-center bg-background">
<div
className="relative overflow-hidden"
className="relative overflow-hidden border border-border m-3"
style={{
width: previewDimensions.width,
height: previewDimensions.height,