Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix(Button): Remove backgroundColor from secondary variant (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn authored Dec 17, 2019
1 parent 9c5c20f commit 1fd5cbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default (customTheme = {}) => {
},
},
secondary: {
backgroundColor: colors.white,
borderColor: colors.primary,
color: colors.primary,
'&:hover': {
Expand Down

0 comments on commit 1fd5cbc

Please sign in to comment.