Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit cc24a65

Browse files
committed
fix(Button): Align icons with font
1 parent 9d99f5a commit cc24a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/buttons/ButtonIcon.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ export default ({
5252
&:hover {
5353
cursor: pointer;
5454
}
55+
& svg {
56+
position: relative;
57+
top: .125em;
58+
}
5559
`;
5660

5761
return (

0 commit comments

Comments
 (0)