Skip to content

Commit

Permalink
Format HealthSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 4, 2022
1 parent 38cea2c commit e952f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/components/HealthSummary/HealthSummaryBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit e952f5d

Please sign in to comment.