Add corner radius to video feed layer for improved aesthetics

This commit is contained in:
2025-12-23 14:58:27 +00:00
parent eb3f441a24
commit 7877173f56

View File

@@ -218,6 +218,7 @@ const VideoFeedGridPainter = () => {
height={stageSize.height}
classname={"rounded-lg"}
onClick={(e) => handleZoomClick(e, cameraFeedID)}
cornerRadius={10}
/>
</Layer>