UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

21 lines (19 loc) 730 B
define(["require", "exports", "../../Utilities", "../../Styling"], function (require, exports, Utilities_1, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var inheritFont = { fontFamily: 'inherit' }; exports.getStyles = Utilities_1.memoizeFunction(function (theme) { return { root: Styling_1.mergeStyles([ theme.fonts.medium, { color: theme.palette.neutralPrimary, '& button': inheritFont, '& input': inheritFont, '& textarea': inheritFont } ]) }; }); }); //# sourceMappingURL=Fabric.styles.js.map