Container: upgrade material-ui.
parent
a33bde29d4
commit
6d0614df63
|
@ -1,11 +1,11 @@
|
|||
import * as React from 'react';
|
||||
import Paper from 'material-ui/Paper';
|
||||
import Paper from '@material-ui/core/Paper';
|
||||
|
||||
import './Container.css';
|
||||
|
||||
export default (props: {style?: any, children: any}) => (
|
||||
<div className="Container" style={props.style}>
|
||||
<Paper zDepth={2}>
|
||||
<Paper elevation={3}>
|
||||
<div className="Container-inner">
|
||||
{props.children}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue