@fluentui/react-northstar
Version:
A themable React component library.
17 lines (16 loc) • 634 B
JavaScript
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