Skip to content

Commit

Permalink
[docs] button style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Jun 17, 2015
1 parent 0cc79ef commit ec8fb51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/app/components/pages/components/buttons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var React = require('react');
var mui = require('mui');
var ComponentDoc = require('../../component-doc.jsx');
var extend = mui.Utils.Extend;
var Colors = mui.Styles.Colors;
var Typography = mui.Styles.Typography;
var {ClearFix, FlatButton, FloatingActionButton, FontIcon, RaisedButton, Tab, Tabs} = mui;

Expand Down Expand Up @@ -275,7 +276,8 @@ class ButtonPage extends React.Component {
verticalAlign: 'middle',
float: 'left',
paddingLeft: '12px',
lineHeight: '36px'
lineHeight: '36px',
color: Colors.cyan500
},
exampleButtonIcon: {
color: Typography.textFullWhite
Expand Down

0 comments on commit ec8fb51

Please sign in to comment.