From 5fc86473e7d73c6d5418b05446ea9b53d059b2ab Mon Sep 17 00:00:00 2001 From: Try Space Date: Wed, 2 Sep 2015 13:21:34 +0200 Subject: [PATCH] add `iconStyle` to EnhancedButton https://github.com/callemall/material-ui/issues/1574 --- src/floating-action-button.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/floating-action-button.jsx b/src/floating-action-button.jsx index bbb003df65f18e..da874fcb13165e 100644 --- a/src/floating-action-button.jsx +++ b/src/floating-action-button.jsx @@ -190,7 +190,8 @@ let FloatingActionButton = React.createClass({ disabled={disabled} style={this.mergeAndPrefix( styles.container, - this.props.mini && styles.containerWhenMini + this.props.mini && styles.containerWhenMini, + iconStyle )} focusRippleColor={styles.icon.color} touchRippleColor={styles.icon.color}>