fix(ion-input-otp): fix shape soft - #31473
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 23, 2026 13:31
BenOsodrac
requested review from
brandyscarney
and removed request for
a team and
brandyscarney
September 23, 2026 13:31
2 tasks
BenOsodrac
added a commit
that referenced
this pull request
Sep 23, 2026
Issue number: internal --------- ## What is the new behavior? Port of #31470 and #31473 (merged on `before-next`) to `next`. Replaces #31471. - Input OTP soft shape: border radius now uses `$ion-shape-soft-lg` instead of `$ion-shape-soft-xl`. - Textarea soft shape: border radius now uses `$ion-shape-soft-lg` instead of `$ion-shape-soft-xl`. The round input OTP shape keeps `$ion-shape-round-xl` (changed in #31470 and reverted in #31473). Snapshots: the 12 updated screenshots are carried over from `before-next`. Their baseline was identical on both branches, so no regeneration is needed. ## Does this introduce a breaking change? - [x] Yes - [ ] No 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.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 adjustments to the border-radius values for different shape variants in the
input-otpIonic component, swapping the large and extra-large values for the "round" and "soft" shapes.input-otp.ionic.scssto ensure consistent visual styling.Does this introduce a breaking change?
Other information