UNPKG

@fluentui/react-northstar

Version:
23 lines (21 loc) 754 B
"use strict"; exports.__esModule = true; exports.tooltipContentVariables = void 0; var _utils = require("../../../../utils"); var tooltipContentVariables = function tooltipContentVariables(siteVars) { return { boxShadow: undefined, color: siteVars.colors.white, backgroundColor: siteVars.colors.black, borderColor: siteVars.colors.white, borderStyle: 'solid', subtleBackgroundColor: siteVars.colors.black, subtleForegroundColor: siteVars.colors.white, svgPointer: false, pointerMargin: (0, _utils.pxToRem)(10), pointerHeight: (0, _utils.pxToRem)(7), pointerWidth: (0, _utils.pxToRem)(14) }; }; exports.tooltipContentVariables = tooltipContentVariables; //# sourceMappingURL=tooltipContentVariables.js.map