Skip to content
Snippets Groups Projects
Commit 40282089 authored by Maz Ameli's avatar Maz Ameli
Browse files

change text color of dirty run button

parent 7496e078
Branches
Tags
No related merge requests found
......@@ -40,8 +40,8 @@ export default class RunButton extends Component {
{
"RunButton--hidden": !buttonText,
"Button--primary": isDirty,
"text-light": !isDirty,
"text-medium-hover": !isDirty,
"text-medium": !isDirty,
"text-brand-hover": !isDirty,
},
);
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment