Skip to content

Commit

Permalink
fix: button text should always be black
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Dec 11, 2018
1 parent 9895f30 commit 5cdfd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/Button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Button = styled(
padding-left: 0.769em;
padding-right: 0.769em;
transition: padding 0.2s ease-in-out, background 0.2s ease-in-out;
color: ${wf(props => props.theme.primary)};
color: ${wf(props => props.theme.colors.black)};
${wf(props => {
const variations = {
Expand Down

0 comments on commit 5cdfd08

Please sign in to comment.