Skip to content

Commit

Permalink
fix(icon-button): font awesome icons not centered (#10844)
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Simeonoff <[email protected]>
  • Loading branch information
SisIvanova and simeonoff authored Jan 24, 2022
1 parent 544d6bf commit 646578d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@
height: $icon-in-button-size;
font-size: $icon-in-button-size;
color: inherit;
display: flex;
justify-content: center;
}

@include icon-w-margin(
Expand Down

0 comments on commit 646578d

Please sign in to comment.