UNPKG

@sap-ux/ui-components

Version:
16 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initTheme = initTheme; const react_1 = require("@fluentui/react"); /** * Method intializes default styles for 'ui-components' theme. */ function initTheme() { const appTheme = (0, react_1.createTheme)({ defaultFontStyle: { WebkitFontSmoothing: '' } }); (0, react_1.loadTheme)(appTheme); } //# sourceMappingURL=index.js.map