Skip to content

Commit e36d909

Browse files
fix(icon-button): font awesome icons not centered (#10843)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent cafd47f commit e36d909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@
396396
height: $icon-in-button-size;
397397
font-size: $icon-in-button-size;
398398
color: inherit;
399+
display: flex;
400+
justify-content: center;
399401
}
400402

401403
@include icon-w-margin(

0 commit comments

Comments
 (0)