Remove rounded corners from CameraImage (visible during stream load)

https://claude.ai/code/session_01THf2SuS7hLt9NgstxvKdg8
This commit is contained in:
Claude 2026-03-16 08:34:38 +00:00
parent 16281f669a
commit 8f4063d162
No known key found for this signature in database

View File

@ -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"
/>
) : (
<div className="size-full rounded-lg border-2 border-muted bg-background_alt text-center md:rounded-2xl" />
<div className="size-full border-2 border-muted bg-background_alt text-center" />
)}
{!imageLoaded && enabled ? (
<div className="absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center">