File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed 
chaoscenter/web/src/components/StatusHeatMap Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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  ;
Original file line number Diff line number Diff 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 :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments