style: update badge styling to use specific color shades in HistoriaClinica component

This commit is contained in:
2026-04-21 08:51:51 -03:00
parent 43ba15090b
commit 6f2832ca33
+1 -1
View File
@@ -1626,7 +1626,7 @@ function SeccionAcidosBase({ ab, patientId, add, update, del }: {
"red"; "red";
return ( return (
<Badge className={`bg-${color}`}> <Badge className={`bg-${color}-100 text-${color}-900 border-${color}-100`}>
{pf.toFixed(1)} {pf.toFixed(1)}
</Badge> </Badge>
); );