How to use the @uifabric/styling.ColorClassNames.neutralSecondary function in @uifabric/styling

To help you get started, we’ve selected a few @uifabric/styling examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / pai / src / webportal / src / app / job / job-view / fabric / job-detail / components / summary.jsx View on Github external
tooltipProps={{
                        onRenderContent: () => (
                          <div>
                            {HISTORY_API_ERROR_MESSAGE}
                          </div>
                        ),
                      }}
                      directionalHint={DirectionalHint.topLeftEdge}
                    &gt;
                      <div>
                        
                      </div>
                    
                  
                )}
              
            
            <div>
              <span>
                </span></div>
github microsoft / pai / src / webportal / src / app / job / job-view / fabric / job-retry / job-retry-card.jsx View on Github external
FontClassNames.medium,
                ColorClassNames.neutralSecondary,
              )}
              style={{ marginBottom: spacing.s1 }}
            &gt;
              Duration:
            
            <div>
              {getAttemptDurationString(jobRetry)}
            </div>
          
          <div>
            <div style="{{">
              Exit Code:
            </div>
            <div>
              {`${jobRetry.exitCode}`}
            </div>
          </div>
          <div>
            </div>
github microsoft / pai / src / webportal / src / app / job / job-view / fabric / job-retry / job-retry-card.jsx View on Github external
<div style="{{">
            <span style="{{">Retry Index:</span>
            <span>{jobRetry.attemptIndex}</span>
          </div>
        
        
          <div>
            <div style="{{">
              Status:
            </div>
            
          </div>
          <div>
            <div style="{{">
              Start Time:</div></div>
github microsoft / pai / src / webportal / src / app / job / job-view / fabric / job-detail / components / task-role-container-list.jsx View on Github external
&gt;{`#${x}`}
                        ))}
                      
                    ),
                  }}
                  directionalHint={DirectionalHint.topLeftEdge}
                &gt;
                  
                    <div>{gpuAttr.length}</div>
                    <div>
                      
                    </div>
                  
                
              
            );
          }
        },
      },