Skip to content
Snippets Groups Projects
Commit 172811a7 authored by Tom Robinson's avatar Tom Robinson
Browse files

Add hover state for dashboard add card button

parent b6603ce4
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ export default class DashboardHeader extends Component {
buttonSections.push([
<ModalWithTrigger
ref="addQuestionModal"
triggerElement={<Icon className={cx({ "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" />}
triggerElement={<Icon className={cx("text-brand-hover", { "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" />}
>
<AddToDashSelectQuestionModal
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