We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb4d5d commit 15a5779Copy full SHA for 15a5779
src/FullscreenDialog.js
@@ -75,7 +75,7 @@ export default function FullscreenDialog (props, { muiTheme }) {
75
FullscreenDialog.propTypes = {
76
actionButton: PropTypes.node,
77
appBarStyle: PropTypes.object,
78
- appBarZDepth: PropTypes.oneOf([1, 2, 3, 4, 5]),
+ appBarZDepth: PropTypes.oneOf([0, 1, 2, 3, 4, 5]),
79
children: PropTypes.node,
80
closeIcon: PropTypes.node,
81
containerStyle: PropTypes.object,
0 commit comments