From e952f5d2391ae52b27f9d7875f18123258cd463d Mon Sep 17 00:00:00 2001 From: Carmine Di Monaco Date: Fri, 4 Nov 2022 14:33:35 +0100 Subject: [PATCH] Format HealthSummary --- assets/js/components/HealthSummary/HealthSummaryBox.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/components/HealthSummary/HealthSummaryBox.jsx b/assets/js/components/HealthSummary/HealthSummaryBox.jsx index a2004fddd4..07b70a643d 100644 --- a/assets/js/components/HealthSummary/HealthSummaryBox.jsx +++ b/assets/js/components/HealthSummary/HealthSummaryBox.jsx @@ -35,7 +35,8 @@ const styleByHealth = { classNames( 'tn-health-passing w-1/3 px-5 shadow rounded-lg my-2 mr-10 bg-white', { - 'bg-jungle-green-500 border-green-600 text-white hover:opacity-75': selected, + 'bg-jungle-green-500 border-green-600 text-white hover:opacity-75': + selected, 'text-jungle-green-500': !selected, 'hover:opacity-75': asButton && !selected, }