@sap-ux/ui-components
Version:
SAP UI Components Library
16 lines • 449 B
JavaScript
;
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