@fluentui/react-northstar
Version:
A themable React component library.
9 lines (8 loc) • 314 B
JavaScript
export var chatMessageVariables = function chatMessageVariables(siteVars) {
return {
authorColor: siteVars.colorScheme.default.foreground2,
authorFontWeight: siteVars.fontWeightRegular,
backgroundColor: siteVars.colorScheme.default.background
};
};
//# sourceMappingURL=chatMessageVariables.js.map