UNPKG

react-openfin-mat-impl

Version:
19 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const styles_1 = require("@material-ui/core/styles"); const configThemeFieldCompStyle = (theme) => styles_1.createStyles({ container: { width: '100%', height: '100%', display: 'flex', flexWrap: 'nowrap', justifyContent: 'center', alignItems: 'center', }, themeSpan: { position: 'relative', top: 4, } }); exports.default = configThemeFieldCompStyle; //# sourceMappingURL=configThemeFieldCompStyle.js.map