Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
justify-content: center;

&[data-state='completed'] {
background-color: var(--green-500);
background-color: var(--green-50);
&:hover,
&:focus {
box-shadow: var(--white) 0px 0px 0px 1px, var(--green-100) 0px 0px 0px 2px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function StatusHeatMap(props: StatusHeatMapProps): React.ReactElement {

function hideIconForStatus(experimentRunStatus: ExperimentRunStatus): boolean {
switch (experimentRunStatus) {
case ExperimentRunStatus.COMPLETED:
case ExperimentRunStatus.COMPLETED_WITH_PROBE_FAILURE:
case ExperimentRunStatus.COMPLETED_WITH_ERROR:
case ExperimentRunStatus.NA:
Expand Down
Loading