Skip to content

Commit

Permalink
[Snackbar] Add bodyStyle documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Mazzuola committed Nov 10, 2015
1 parent f8bfcf2 commit 369021d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/snackbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ export default class SnackbarPage extends React.Component {
header: 'optional',
desc: 'Override the inline-styles of the Snackbar\'s root element.',
},
{
name: 'bodyStyle',
type: 'object',
header: 'optional',
desc: 'Override the inline-styles of the Snackbar\'s body element.',
},
],
},
{
Expand Down

0 comments on commit 369021d

Please sign in to comment.