-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Icon button style is broken in version 9 #4955
Labels
Comments
@vthinkxie, your project shows a circular icon button, what I am talking about is the square icon button. |
ng-zorro-antd v9 follow the antd v4 design spec, you can modify the less to customize the theme if you want. |
sorry for misunderstanding your repo |
vthinkxie
pushed a commit
to vthinkxie/ng-zorro-antd
that referenced
this issue
Apr 15, 2020
3 tasks
vthinkxie
pushed a commit
that referenced
this issue
Apr 15, 2020
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-button-v9-0-0-beta-3
Steps to reproduce
Create button with an icon but no text.
What is expected?
The button should be a square.
What is actually happening?
The button is a rectangle.
The bug occurs with the new beta version and Angular 9.
This worked as expected with latest stable version (8.5.1) and Angular 8: https://stackblitz.com/edit/ng-zorro-antd-button-v8-5-1
The text was updated successfully, but these errors were encountered: