Skip to content

Commit 368f3b8

Browse files
khushi1310PriteshKiriJonsy13
authored
Show tick icon for completed experiments update (#5260)
* Update StatusHeatMap.tsx Signed-off-by: khushi Tiwari <[email protected]> Signed-off-by: khushi1310 <[email protected]> * Update StatusHeatMap.module.scss Signed-off-by: khushi Tiwari <[email protected]> Signed-off-by: khushi1310 <[email protected]> --------- Signed-off-by: khushi1310 <[email protected]> Co-authored-by: Pritesh Kiri <[email protected]> Co-authored-by: Vedant Shrotria <[email protected]>
1 parent 4fa57d8 commit 368f3b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

chaoscenter/web/src/components/StatusHeatMap/StatusHeatMap.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
justify-content: center;
1515

1616
&[data-state='completed'] {
17-
background-color: var(--green-500);
17+
background-color: var(--green-50);
1818
&:hover,
1919
&:focus {
2020
box-shadow: var(--white) 0px 0px 0px 1px, var(--green-100) 0px 0px 0px 2px;

chaoscenter/web/src/components/StatusHeatMap/StatusHeatMap.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export function StatusHeatMap(props: StatusHeatMapProps): React.ReactElement {
3636

3737
function hideIconForStatus(experimentRunStatus: ExperimentRunStatus): boolean {
3838
switch (experimentRunStatus) {
39-
case ExperimentRunStatus.COMPLETED:
4039
case ExperimentRunStatus.COMPLETED_WITH_PROBE_FAILURE:
4140
case ExperimentRunStatus.COMPLETED_WITH_ERROR:
4241
case ExperimentRunStatus.NA:

0 commit comments

Comments
 (0)