UNPKG

@fluentui/react-northstar

Version:
17 lines (16 loc) 634 B
export var buttonVariables = function buttonVariables(siteVars) { return { backgroundColorActive: siteVars.colors.white, backgroundColorFocus: siteVars.accessibleCyan, borderColorActive: siteVars.colors.white, borderColorHover: 'transparent', borderColorFocus: 'transparent', backgroundColorDisabled: siteVars.accessibleGreen, colorFocus: siteVars.colorScheme.default.foregroundHover, primaryBackgroundColorActive: siteVars.colors.white, primaryBackgroundColorFocus: siteVars.accessibleCyan, boxShadow: 'none', primaryBoxShadow: 'none' }; }; //# sourceMappingURL=buttonVariables.js.map