UNPKG

@fluentui/react-northstar

Version:
23 lines (21 loc) 983 B
"use strict"; exports.__esModule = true; exports.statusVariables = void 0; var statusVariables = function statusVariables(siteVariables) { return { borderColor: undefined, borderWidth: 2, successBackgroundColor: siteVariables.colorScheme.green.background, successTextColor: siteVariables.colorScheme.green.foreground1, infoBackgroundColor: siteVariables.colorScheme.brand.background, infoTextColor: siteVariables.colorScheme.default.foreground2, warningBackgroundColor: siteVariables.colorScheme.yellow.background, warningTextColor: siteVariables.colorScheme.yellow.foreground2, errorBackgroundColor: siteVariables.colorScheme.red.background, errorTextColor: siteVariables.colorScheme.red.foreground2, defaultBackgroundColor: siteVariables.colorScheme.default.background5, defaultTextColor: siteVariables.colorScheme.default.foreground4 }; }; exports.statusVariables = statusVariables; //# sourceMappingURL=statusVariables.js.map