Download style when open from gallery

This commit is contained in:
Lukas Martinelli
2016-12-22 16:35:31 +01:00
parent c674436267
commit 7f40f3b8ee
7 changed files with 46 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import { margins, fontSizes } from '../config/scales'
class Button extends React.Component {
static propTypes = {
onClick: React.PropTypes.func.isRequired,
onClick: React.PropTypes.func,
style: React.PropTypes.object,
}