Skip to content

Commit

Permalink
Adds docs for AppBar titleStyle prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Poulter, Roland authored and Poulter, Roland committed Dec 1, 2015
1 parent 5903e98 commit a0453e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/app-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ export default class AppBarPage extends React.Component {
desc: 'Determines whether or not to display the Menu icon next to ' +
'the title. Setting this prop to false will hide the icon.',
},
{
name: 'titleStyle',
type: 'object',
header: 'optional',
desc: 'Override the inline-styles of the app bar\'s title element.',
},
{
name: 'title',
type: 'node',
Expand Down

0 comments on commit a0453e1

Please sign in to comment.