Skip to content

Commit 15a5779

Browse files
Rick83600leMaik
authored andcommitted
allow appBarZDepth to bet 0 (#13)
1 parent 5eb4d5d commit 15a5779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FullscreenDialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function FullscreenDialog (props, { muiTheme }) {
7575
FullscreenDialog.propTypes = {
7676
actionButton: PropTypes.node,
7777
appBarStyle: PropTypes.object,
78-
appBarZDepth: PropTypes.oneOf([1, 2, 3, 4, 5]),
78+
appBarZDepth: PropTypes.oneOf([0, 1, 2, 3, 4, 5]),
7979
children: PropTypes.node,
8080
closeIcon: PropTypes.node,
8181
containerStyle: PropTypes.object,

0 commit comments

Comments
 (0)