Skip to content

Commit

Permalink
Added default prop for defaultStyles property
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran Kaginyan authored and diasbruno committed Apr 17, 2018
1 parent dbaa77f commit d8fe0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ModalPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default class ModalPortal extends Component {
style: {
overlay: {},
content: {}
}
},
defaultStyles: {}
};

static propTypes = {
Expand Down

0 comments on commit d8fe0dd

Please sign in to comment.