mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: no more rounded corners in preview
This commit is contained in:
@@ -347,7 +347,7 @@ export function PreviewPanel() {
|
|||||||
{hasAnyElements ? (
|
{hasAnyElements ? (
|
||||||
<div
|
<div
|
||||||
ref={previewRef}
|
ref={previewRef}
|
||||||
className="relative overflow-hidden rounded-sm border"
|
className="relative overflow-hidden border"
|
||||||
style={{
|
style={{
|
||||||
width: previewDimensions.width,
|
width: previewDimensions.width,
|
||||||
height: previewDimensions.height,
|
height: previewDimensions.height,
|
||||||
|
|||||||
Reference in New Issue
Block a user