@fluentui/react-northstar
Version:
A themable React component library.
11 lines (10 loc) • 487 B
JavaScript
export var chatMessageVariables = function chatMessageVariables(siteVars) {
return {
border: "solid " + siteVars.borderWidth + " " + siteVars.colorScheme.default.border,
compactHoverBorder: "solid " + siteVars.borderWidth + " " + siteVars.accessibleYellow,
hasMentionColor: siteVars.accessibleYellow,
isImportantColor: siteVars.accessibleYellow,
reactionGroupBorderColor: siteVars.colorScheme.default.border
};
};
//# sourceMappingURL=chatMessageVariables.js.map