diff --git a/src/Container.tsx b/src/Container.tsx index 6661fac..06788da 100644 --- a/src/Container.tsx +++ b/src/Container.tsx @@ -3,11 +3,11 @@ import Paper from 'material-ui/Paper'; import './Container.css'; -export default ({children}: {children: any}) => ( -
+export default (props: {style?: any, children: any}) => ( +
- {children} + {props.children}