Skip to content

Commit

Permalink
fix: fix button appearance on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jan 25, 2019
1 parent 93d8911 commit 5159087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/components/Button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ applyColors(colors = {})
border-radius: 2px
border: 1px solid transparent
display: inline-block
appearance: none
cursor: default

for type, colors in $stylings
&.{type}
Expand Down

0 comments on commit 5159087

Please sign in to comment.