-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Button: styleClass #14870
Comments
I am seeing this as well <p-button styleClass="p-button-primary" label="Learn More" [raised]="true"></p-button>
<button pButton pRipple label="Join Now" icon="pi pi-discord" class="font-bold px-5 py-3 p-button-primary p-button-raised p-button-rounded white-space-nowrap"></button>
both of these elements have no color to them, they appear to be transparent, but all the other styling works fine Angular: 17.1 styles.css: @import "primeng/resources/themes/soho-dark/theme.css";
@import "primeng/resources/primeng.css";
@import "primeflex/primeflex.css"; |
@Vulps22 Could you check the link to see if I missed something? I'll like to fix this issue. Thanks. |
This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you for your understanding! |
Describe the bug
StyleClass does not work in PrimeNG 15 LTS
Environment
https://www.primefaces.org/primeng-v15-lts/button#severity
Reproducer
No response
Angular version
15.2.9
PrimeNG version
15.4.16-lts
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: