Skip to content
Snippets Groups Projects
Commit ddf27e3a authored by Kyle Doherty's avatar Kyle Doherty
Browse files

add hover color to history icon

parent 9e28e143
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ export default class DashboardHeader extends Component {
buttonSections.push([
<ModalWithTrigger
ref="dashboardHistory"
triggerElement={<Icon name="history" width="16px" height="16px" />}
triggerElement={<Icon className="text-brand-hover" name="history" width="16px" height="16px" />}
>
<HistoryModal
dispatch={this.props.dispatch}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment