From 8f4063d1621113d44158d1e30fae05bf6cacd050 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Mar 2026 08:34:38 +0000 Subject: [PATCH] Remove rounded corners from CameraImage (visible during stream load) https://claude.ai/code/session_01THf2SuS7hLt9NgstxvKdg8 --- web/src/components/camera/CameraImage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/camera/CameraImage.tsx b/web/src/components/camera/CameraImage.tsx index f0c05995e..c6cfb1c3b 100644 --- a/web/src/components/camera/CameraImage.tsx +++ b/web/src/components/camera/CameraImage.tsx @@ -93,13 +93,12 @@ export default function CameraImage({ ? "h-full w-auto" : "h-auto w-full" : "invisible", - "rounded-lg md:rounded-2xl", )} onLoad={handleImageLoad} loading="lazy" /> ) : ( -
+
)} {!imageLoaded && enabled ? (