Skip to content

Commit

Permalink
change text color of dirty run button
Browse files Browse the repository at this point in the history
  • Loading branch information
mazameli committed Aug 23, 2018
1 parent 7496e07 commit 4028208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/metabase/query_builder/components/RunButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 4028208

Please sign in to comment.