File tree Expand file tree Collapse file tree
packages/material-ui-lab/src/SpeedDialAction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import Fab from '@material-ui/core/Fab';
77import Tooltip from '@material-ui/core/Tooltip' ;
88
99export const styles = theme => ( {
10+ /* Styles applied to the root element. */
11+ root : { } ,
1012 /* Styles applied to the `Button` component. */
1113 button : {
1214 margin : 8 ,
@@ -101,6 +103,7 @@ class SpeedDialAction extends React.Component {
101103 placement = { tooltipPlacement }
102104 onClose = { this . handleTooltipClose }
103105 onOpen = { this . handleTooltipOpen }
106+ className = { classes . root }
104107 open = { open && this . state . tooltipOpen }
105108 { ...other }
106109 >
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ This property accepts the following keys:
3636
3737| Name | Description |
3838| :-----| :------------|
39+ | <span class =" prop-name " >root</span > | Styles applied to the root element.
3940| <span class =" prop-name " >button</span > | Styles applied to the ` Button ` component.
4041| <span class =" prop-name " >buttonClosed</span > | Styles applied to the ` Button ` component if ` open={false} ` .
4142
You can’t perform that action at this time.
0 commit comments