How to use the @uifabric/styling.ColorClassNames.themePrimary 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 / data-accelerator / Website / Packages / datax-metrics / src / modules / metrics / components / metricExplorer.jsx View on Github external
content = ;
                } else {
                    content = null; // not matches
                }
            } else if (this.props.products.length > 0) {
                // Caller did not select a product so pick the first product to display metrics
                content = ;
            } else {
                content = null; // No products
            }
        }

        return (
            <div style="{rootStyle}">
                {navItems}
                <div style="{contentStyle}">
                    {content}
                </div>
            </div>
        );
    }
github microsoft / pai / src / webportal / src / app / job / job-view / fabric / job-detail / components / task-role.jsx View on Github external
/&gt;
                
              )}
              <div>
                <span>Task Role:</span>
                <span>{name}</span>
              </div>
              {taskConfig &amp;&amp; (
                
                  
                
              )}
              {/* status */}
              <div>
                <div>Status:</div>
                <div>
                  
                </div>
              </div>
            
            {/* right */}
            <div>
              {containerListExpanded ? (
                </div>