UNPKG

@fluentui/react-northstar

Version:
11 lines (10 loc) 487 B
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