fix(tokens): input border color and radius tokens - #31468
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
BenOsodrac
marked this pull request as ready for review
September 22, 2026 17:53
BenOsodrac
requested review from
brandyscarney
and removed request for
OS-jacobbell
September 22, 2026 17:56
brandyscarney
approved these changes
Sep 22, 2026
2 tasks
BenOsodrac
added a commit
that referenced
this pull request
Sep 22, 2026
Issue number: internal --------- ## What is the new behavior? Port of #31468 (merged on `next`) to `before-next`. - Input outline variant: border color now uses `$ion-border-input-default` instead of `$ion-primitives-neutral-500`. - Input soft shape variant: border radius now uses `$ion-shape-soft-lg` instead of `$ion-shape-soft-xl`. Snapshots are not copied from `next`, since they were generated against a different input implementation. They need to be regenerated on this branch with the "Update Reference Screenshots" workflow (component: `input`). ## Does this introduce a breaking change? - [ ] Yes - [x] No 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> Co-authored-by: ionitron <hi@ionicframework.com>
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number: internal
What is the new behavior?
This pull request makes minor updates to the styling of the input component, specifically adjusting the border color and border radius for certain input variants.
Input outline style:
--border-colorCSS variable to useglobals.$ion-border-input-defaultfor better consistency with the design system. (core/src/components/input/input.ionic.outline.scss)Input shape style:
--border-radiusfor the.input-shape-softvariant fromglobals.$ion-shape-soft-xltoglobals.$ion-shape-soft-lgfor a slightly less rounded appearance. (core/src/components/input/input.ionic.scss)Does this introduce a breaking change?
Other information