Loading indicator: pass on props.

master
Tom Hacohen 7 years ago
parent e9f984dee9
commit eafdb02d5c

@ -3,6 +3,6 @@ import CircularProgress from 'material-ui/CircularProgress';
export default (props: any) => { export default (props: any) => {
return ( return (
<CircularProgress size={60} thickness={7} /> <CircularProgress size={60} thickness={7} {...props} />
); );
}; };

Loading…
Cancel
Save