Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Jun 17, 2019
1 parent 278e42c commit 977f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Icon/Icon.jsx
Expand Up @@ -21,7 +21,7 @@ class Icon extends React.Component {
let classes = "icon ";
if (this.props.name !== "warning") {
// fixme remove warning, otherwise color is being overwritten. should be handled by adjusting the CSS instead
classes = this.props.name;
classes = classes + this.props.name;
}
if (this.props.size) {
classes += " icon-" + this.props.size;
Expand Down

0 comments on commit 977f3e5

Please sign in to comment.