Skip to content

Commit

Permalink
fixes elastic#617 applies aria label to theme selector
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed May 11, 2018
1 parent bddb74e commit 1c89762
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class GuideThemeSelector extends Component {
iconType="arrowDown"
iconSide="right"
onClick={this.onThemeButtonClick}
aria-label="Select a visual theme"
>
<strong>Elastic UI</strong> <span className="guideSideNav__theme"> ~ {this.props.selectedTheme}</span>
</EuiButtonEmpty>
Expand Down

0 comments on commit 1c89762

Please sign in to comment.