Skip to content

Commit

Permalink
fix button-link span size
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Feb 13, 2018
1 parent 70ed017 commit 45581f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renderer/components/button-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const ButtonLink = ({ children, onClick, color, href }) => {
}
span {
height: 40px;
line-height: 40px;
display: block;
width: 100%;
color: ${colors.black};
}
Expand Down

0 comments on commit 45581f9

Please sign in to comment.