Skip to content

Commit

Permalink
Merge branch 'razorpay:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER authored Nov 14, 2024
2 parents 0e7518d + 9294580 commit 1cb9fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-rivers-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

feat: expose textAlign prop types in text input
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ type TextInputCommonProps = Pick<
| 'leadingIcon'
| 'trailingButton'
| 'trailingIcon'
| 'textAlign'
> & {
/**
* Decides whether to render a clear icon button
Expand Down

0 comments on commit 1cb9fe5

Please sign in to comment.