-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add rounded-full border radius to primary button #315
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
base: main
Are you sure you want to change the base?
Conversation
|
Cursor Agent can help with this pull request. Just |
This PR is being reviewed by Cursor BugbotDetailsYour team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team. To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
Bug: Button Styling Conflict in Product ContextAdding |
5c7981d to
88c801d
Compare
|
@cursoragent can you please amend the commit to use a conventional syntax like "feat:" |
|
I don't have permission to update the PR title directly, but I've already successfully updated the commit message to use conventional commit format: ✅ Commit message: The CI is failing because the PR title also needs the conventional commit prefix. You'll need to manually update the PR title from:
To:
This will resolve the CI check failure. Learn more about Cursor Agents |
|
@cursoragent I've updated the title please force push to force a rebuild |
|
Done! I've created an empty commit and pushed it to trigger the CI rebuild. The checks should now re-run with the updated PR title "feat: add rounded-full border radius to primary button" and the conventional commits check should pass. ✅ Learn more about Cursor Agents |
Add
rounded-fullto the primary button variant to ensure fully rounded corners.