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

save and cancel should have the same text color

parent d363bc60
Branches
Tags
No related merge requests found
......@@ -207,7 +207,7 @@ export default React.createClass({
// cancel button
buttonSections.push([
<a key="cancel" className="cursor-pointer text-brand-hover text-uppercase" onClick={() => this.onCancel()}>
<a key="cancel" className="cursor-pointer text-brand-hover text-grey-4 text-uppercase" onClick={() => this.onCancel()}>
CANCEL
</a>
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment