Skip to content

Commit

Permalink
fix(button): use active-tertiary color token
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 30, 2020
1 parent 23fe5d4 commit 160d79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}

&:active {
color: $inverse-01;
color: $active-tertiary;
}

&:disabled,
Expand Down

0 comments on commit 160d79b

Please sign in to comment.