@fluentui/react-northstar
Version:
A themable React component library.
18 lines (17 loc) • 584 B
JavaScript
import { pxToRem } from '../../../../utils';
export 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: pxToRem(10),
pointerHeight: pxToRem(7),
pointerWidth: pxToRem(14)
};
};
//# sourceMappingURL=tooltipContentVariables.js.map