MCPcopy Create free account
hub / github.com/microsoft/SandDance / iconStyle

Function iconStyle

docs/app/js/sanddance-app.js:35759–35768  ·  view source on GitHub ↗
(fontSize)

Source from the content-addressed store, hash-verified

35757 outline: 0
35758};
35759var iconStyle = function(fontSize) {
35760 return {
35761 fontSize: fontSize,
35762 margin: "0 4px",
35763 height: "16px",
35764 lineHeight: "16px",
35765 textAlign: "center",
35766 flexShrink: 0
35767 };
35768};
35769var getStyles = (0, _utilities.memoizeFunction)(function(theme) {
35770 var _a, _b;
35771 var semanticColors = theme.semanticColors, effects = theme.effects, fonts = theme.fonts;

Callers 1

sanddance-app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected