style: update background color of resolved interconsultation badge to green-500
This commit is contained in:
@@ -2243,7 +2243,7 @@ function SeccionInterconsultas({ interconsultas, pacienteId, internacionId, add,
|
|||||||
{!ic.respuestaInterconsulta ? (
|
{!ic.respuestaInterconsulta ? (
|
||||||
<Badge className="bg-orange-500 text-white hover:bg-orange-600">Pendiente</Badge>
|
<Badge className="bg-orange-500 text-white hover:bg-orange-600">Pendiente</Badge>
|
||||||
) : (
|
) : (
|
||||||
<Badge className="bg-green-600 text-white hover:bg-green-700 dark:bg-green-700 dark:hover:bg-green-600">Resuelta</Badge>
|
<Badge className="bg-green-500 text-white hover:bg-green-700 dark:bg-green-700 dark:hover:bg-green-600">Resuelta</Badge>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<h4 className="font-semibold text-gray-900 dark:text-white">{ic.servicioInterconsultado}</h4>
|
<h4 className="font-semibold text-gray-900 dark:text-white">{ic.servicioInterconsultado}</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user