react-openfin-mat-impl
Version:
Materialize UI implementation of react-openfin
19 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const styles_1 = require("@material-ui/core/styles");
const configLangFieldCompStyle = (theme) => styles_1.createStyles({
container: {
width: '100%',
height: '100%',
display: 'flex',
flexWrap: 'nowrap',
justifyContent: 'center',
alignItems: 'center',
},
flagImg: {
height: 24,
marginRight: theme.spacing(2),
}
});
exports.default = configLangFieldCompStyle;
//# sourceMappingURL=configLangFieldComp.style.js.map