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

Commit

Permalink
fix(Button): Use transparent background to override default white but…
Browse files Browse the repository at this point in the history
…tonface
  • Loading branch information
kylealwyn committed Dec 17, 2019
1 parent ec5f91a commit 3163125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default (customTheme = {}) => {
},
},
secondary: {
backgroundColor: 'transparent',
borderColor: colors.primary,
color: colors.primary,
'&:hover': {
Expand Down

0 comments on commit 3163125

Please sign in to comment.