style(changelog): destacar resumo de versão com borda e itálico discretos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-04-20 17:56:52 +00:00
parent 41dcd5cec9
commit 2f68bcf039

View File

@@ -39,7 +39,7 @@ export function ChangelogTab({ versions }: { versions: ChangelogVersion[] }) {
</div> </div>
<div className="space-y-4 w-full mx-auto sm:w-3/4"> <div className="space-y-4 w-full mx-auto sm:w-3/4">
{version.summary && ( {version.summary && (
<p className="text-sm text-muted-foreground leading-relaxed"> <p className="border-l-2 border-muted-foreground/25 pl-3 text-sm text-muted-foreground/80 leading-relaxed italic">
{version.summary} {version.summary}
</p> </p>
)} )}