Skip to content

fix(ui): Actions border radius consistency#9146

Merged
alexcarpenter merged 2 commits into
mainfrom
carp/fix-actions-border-radius
Jul 13, 2026
Merged

fix(ui): Actions border radius consistency#9146
alexcarpenter merged 2 commits into
mainfrom
carp/fix-actions-border-radius

Conversation

@alexcarpenter

@alexcarpenter alexcarpenter commented Jul 13, 2026

Copy link
Copy Markdown
Member

Description

BEFORE AFTER
Screenshot 2026-07-13 at 1 12 50 PM Screenshot 2026-07-13 at 1 12 20 PM
Screenshot 2026-07-13 at 1 13 07 PM Screenshot 2026-07-13 at 1 13 58 PM

Previews:

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • Bug Fixes
    • Updated the small actions button corner radius for more consistent styling across the interface.
    • Removed an unused extra-small action option.

@changeset-bot

changeset-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7765c98

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/ui Patch
@clerk/chrome-extension Patch
@clerk/swingset Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jul 13, 2026 5:18pm
swingset Ready Ready Preview, Comment Jul 13, 2026 5:18pm

Request Review

spinnerSize?: PropsOfComponent<typeof Spinner>['size'];
};

export const ExtraSmallAction = (props: Omit<ActionProps, 'label'>) => {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing unused component

@github-actions github-actions Bot added the ui label Jul 13, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9146

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9146

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9146

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9146

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9146

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9146

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9146

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9146

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9146

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9146

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9146

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9146

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9146

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9146

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9146

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9146

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9146

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9146

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9146

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9146

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9146

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9146

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9146

commit: 7765c98

@github-actions

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-07-13T17:18:52.480Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 7765c98.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

ExtraSmallAction is removed, SmallAction receives a smaller border-radius token, and a patch changeset is added for @clerk/ui.

Changes

Action components

Layer / File(s) Summary
Remove ExtraSmallAction and adjust SmallAction
packages/ui/src/elements/Actions.tsx, .changeset/kind-cooks-brush.md
Removes the ExtraSmallAction component and its unused SimpleButton import, changes SmallAction from $lg to $md border radius, and adds a patch changeset.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: nikosdouvlis

Poem

I’m a rabbit with buttons, hopping light,
A smaller curve now fits just right.
One action rests beneath the sun,
An old small helper’s work is done.
Patch notes rustle—release begun!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adjusting Actions border radius consistency in the UI.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Comment @coderabbitai help to get the list of available commands.

@alexcarpenter alexcarpenter merged commit 4dc2906 into main Jul 13, 2026
55 checks passed
@alexcarpenter alexcarpenter deleted the carp/fix-actions-border-radius branch July 13, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants