UNPKG

@fluentui/react-northstar

Version:
21 lines (19 loc) 781 B
"use strict"; exports.__esModule = true; exports.providerVariables = void 0; var _utils = require("../../../../utils"); var providerVariables = function providerVariables(siteVariables) { return { background: siteVariables.bodyBackground, color: siteVariables.bodyColor, scrollbarHeight: (0, _utils.pxToRem)(16), scrollbarWidth: (0, _utils.pxToRem)(16), scrollbarThumbBackgroundColor: siteVariables.colors.onyx[700], scrollbarThumbBorderRadius: (0, _utils.pxToRem)(9), scrollbarThumbBorderSize: (0, _utils.pxToRem)(4), scrollbarThumbHoverBackgroundColor: siteVariables.colors.onyx[700], scrollbarThumbHoverBorderSize: (0, _utils.pxToRem)(2) }; }; exports.providerVariables = providerVariables; //# sourceMappingURL=providerVariables.js.map