style: update badge styling to use specific color shades in HistoriaClinica component
This commit is contained in:
@@ -1626,7 +1626,7 @@ function SeccionAcidosBase({ ab, patientId, add, update, del }: {
|
||||
"red";
|
||||
|
||||
return (
|
||||
<Badge className={`bg-${color}`}>
|
||||
<Badge className={`bg-${color}-100 text-${color}-900 border-${color}-100`}>
|
||||
{pf.toFixed(1)}
|
||||
</Badge>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user