Skip to content

Commit

Permalink
fix(ComponentExample): fix show html item active color
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Apr 3, 2017
1 parent 0eb972f commit 28ee505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion docs/app/Components/ComponentDoc/ComponentExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class ComponentExample extends Component {
</ToolTip>
<ToolTip content='Show HTML'>
<Menu.Item active={showHTML} onClick={this.handleShowHTMLClick}>
<Icon size='large' color='grey' name='html5' fitted />
<Icon size='large' color={showHTML ? 'green' : 'grey'} name='html5' fitted />
</Menu.Item>
</ToolTip>
<ToolTip content='Edit Code'>
Expand Down
13 changes: 0 additions & 13 deletions valid.js

This file was deleted.

0 comments on commit 28ee505

Please sign in to comment.