fix(settings): corrige background animado do perfil preenchendo cantos

Remove rounded-t-2xl redundante que criava gap branco nos cantos
superiores. O card pai já possui overflow-hidden com rounded-2xl.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-15 14:13:28 -03:00
parent 05bc1cb7b4
commit 915ca6d8ff

View file

@ -490,7 +490,7 @@ function ProfileEditCard({
return ( return (
<Card className="rounded-2xl border border-border/60 bg-white shadow-sm overflow-hidden"> <Card className="rounded-2xl border border-border/60 bg-white shadow-sm overflow-hidden">
{/* Header com shader animado */} {/* Header com shader animado */}
<div className="relative h-20 overflow-hidden rounded-t-2xl"> <div className="relative h-20 overflow-hidden">
<ShaderBackground className="absolute inset-0 h-full w-full" /> <ShaderBackground className="absolute inset-0 h-full w-full" />
</div> </div>
<CardHeader className="pb-4 -mt-10"> <CardHeader className="pb-4 -mt-10">