Skip to content

Commit 369021d

Browse files
author
Manuel Mazzuola
committedNov 10, 2015
[Snackbar] Add bodyStyle documentation
1 parent f8bfcf2 commit 369021d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/src/app/components/pages/components/snackbar.jsx

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ export default class SnackbarPage extends React.Component {
5555
header: 'optional',
5656
desc: 'Override the inline-styles of the Snackbar\'s root element.',
5757
},
58+
{
59+
name: 'bodyStyle',
60+
type: 'object',
61+
header: 'optional',
62+
desc: 'Override the inline-styles of the Snackbar\'s body element.',
63+
},
5864
],
5965
},
6066
{

0 commit comments

Comments
 (0)
Please sign in to comment.