Skip to content

Commit

Permalink
Merge pull request #69 from leadhomesa/master
Browse files Browse the repository at this point in the history
Fix icon position
  • Loading branch information
Seagyn Davis authored Oct 14, 2019
2 parents 5d013b6 + 9486e06 commit 4cc56a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const ButtonStyle = css`
> svg {
position: absolute;
right: 16px;
top: calc(50% - 20px);
top: calc(50% - 10px);
height: 20px;
width: 20px;
}
Expand Down

0 comments on commit 4cc56a6

Please sign in to comment.