Skip to content

Commit

Permalink
Merge pull request #1140 from LFDM/patch-1
Browse files Browse the repository at this point in the history
Fix `tooltipPosition` props in IconButton example
  • Loading branch information
hai-cea committed Jul 12, 2015
2 parents 90a7cf4 + 6e41241 commit 1563961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/icon-buttons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class IconButtonsPage extends React.Component {
' <FontIcon className="muidocs-icon-custom-sort"/>\n' +
'</IconButton>\n\n' +
'//Method 4: Using Google material-icons\n' +
' <IconButton iconClassName="material-icons" tooltipAlignment="bottom-center" \n' +
' <IconButton iconClassName="material-icons" tooltipPosition="bottom-center" \n' +
' tooltip="Sky">settings_system_daydream</IconButton>';

let desc = (
Expand Down

0 comments on commit 1563961

Please sign in to comment.