@fluentui/react-northstar
Version:
A themable React component library.
10 lines (9 loc) • 340 B
JavaScript
export var reactionVariables = function reactionVariables(siteVars) {
return {
meReactingColor: siteVars.colors.brand[400],
meReactingColorHover: siteVars.colors.brand[300],
otherReactingColor: siteVars.colors.grey[300],
otherReactingColorHover: siteVars.colors.white
};
};
//# sourceMappingURL=reactionVariables.js.map