UNPKG

@fluentui/react-northstar

Version:
19 lines (18 loc) 720 B
import { pxToRem } from '../../../../utils'; export var reactionVariables = function reactionVariables(siteVars) { return { meReactingColor: siteVars.colors.brand[600], meReactingColorHover: siteVars.colors.brand[800], otherReactingColor: siteVars.colors.grey[450], otherReactingColorHover: siteVars.colors.grey[750], contentFontSize: siteVars.fontSizes.small, fontWeightHover: siteVars.fontWeightBold, outlineColorFocus: siteVars.colors.brand[600], outlineWidthFocus: pxToRem(2), outlineOffsetFocus: pxToRem(-2), meReacting: false, boxShadowColor: siteVars.colors.white, borderColorFocus: siteVars.colors.grey[750] }; }; //# sourceMappingURL=reactionVariables.js.map