-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use with angular material button #198
Comments
It seems to me, like the When you set What you can do is either compensate 12px gap using paddings or adjust base font size to be 20px, so icon is 40px high and takes all the height of the Material button. You may also want to add See the StackBlitz. I'll think if there is anything we can do in |
I still have a problem with fa-icon and mat-icon-button in the latest version of angular material |
@blogcraft see here: #450 (comment) |
Describe the problem
I used angular fontawesome with mat-icon-button from Angular Material. Any other size other than default is having an offset.
Current Size: 2x
Other icon on the left(Moon) is Material Design Icon. Which has proper alignment.
What did you expect?
I want it centre aligned inside button by default.
Reproducible test case
https://stackblitz.com/edit/angular-z8v4ux
The text was updated successfully, but these errors were encountered: