Skip to content
Snippets Groups Projects
Unverified Commit 3df01f78 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #8391 from metabase/make-refresh-darker

Darken text for the Refresh state of the run button
parents 7496e078 40282089
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment