diff --git a/src/components/video-editor/VideoPlayback.tsx b/src/components/video-editor/VideoPlayback.tsx index 2d865fbb..e51ea205 100644 --- a/src/components/video-editor/VideoPlayback.tsx +++ b/src/components/video-editor/VideoPlayback.tsx @@ -606,7 +606,7 @@ const VideoPlayback = forwardRef( bubble.style.borderRadius = "0px"; bubble.style.boxShadow = "none"; - bubbleInner.style.borderRadius = `${webcamCornerRadius}px`; + bubbleInner.style.borderRadius = "0px"; bubbleInner.style.overflow = "hidden"; bubbleInner.style.contain = "paint"; bubbleInner.style.clipPath = `path('${squirclePath}')`;