style(ui): ajusta tipografia e descricoes

This commit is contained in:
Felipe Coutinho
2026-05-28 10:59:46 -03:00
parent 60b2612e8a
commit 27f361923c
7 changed files with 18 additions and 15 deletions

View File

@@ -13,9 +13,9 @@ export default function PageDescription({
<span className="text-primary">{icon}</span>
{title}
</h1>
<h2 className="text-sm max-w-2xl text-muted-foreground leading-relaxed">
<p className="text-sm max-w-2xl text-muted-foreground leading-relaxed">
{subtitle}
</h2>
</p>
</div>
);
}