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

Function splitButtonDividerBaseStyles

docs/app/js/sanddance-app.js:36057–36065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36055var _styling = require("../../Styling");
36056var _utilities = require("../../Utilities");
36057var splitButtonDividerBaseStyles = function() {
36058 return {
36059 position: "absolute",
36060 width: 1,
36061 right: 31,
36062 top: 8,
36063 bottom: 8
36064 };
36065};
36066function standardStyles(theme) {
36067 var _a, _b, _c, _d, _e;
36068 var s = theme.semanticColors, p = theme.palette;

Callers 2

standardStylesFunction · 0.85
primaryStylesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected