Merge remote-tracking branch 'Dashlane/material-ui-button-label-position' into material-ui-v014. Pull request #6680.

This commit is contained in:
Nathan Brown
2016-02-26 10:18:25 -07:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class MaterialUiTests extends React.Component<{}, MaterialUiTestsState> implemen
element = <FlatButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub">
<FontIcon style={{ color: Typography.textFullWhite }} className="muidocs-icon-custom-github"/>
</FlatButton>;
element = <RaisedButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub">
element = <RaisedButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub" labelPosition="before">
<FontIcon style={{ color: Typography.textFullWhite }} className="muidocs-icon-custom-github"/>
</RaisedButton>;
element = <FloatingActionButton secondary={true} mini={true} linkButton={true}
+1
View File
@@ -1022,6 +1022,7 @@ declare namespace __MaterialUI {
fullWidth?: boolean;
label?: string;
labelColor?: string;
labelPosition?: string;
labelStyle?: React.CSSProperties;
primary?: boolean;
secondary?: boolean;