Skip to content

Commit

Permalink
allow appBarZDepth to bet 0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick83600 authored and leMaik committed Sep 13, 2017
1 parent 5eb4d5d commit 15a5779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FullscreenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function FullscreenDialog (props, { muiTheme }) {
FullscreenDialog.propTypes = {
actionButton: PropTypes.node,
appBarStyle: PropTypes.object,
appBarZDepth: PropTypes.oneOf([1, 2, 3, 4, 5]),
appBarZDepth: PropTypes.oneOf([0, 1, 2, 3, 4, 5]),
children: PropTypes.node,
closeIcon: PropTypes.node,
containerStyle: PropTypes.object,
Expand Down

0 comments on commit 15a5779

Please sign in to comment.