Skip to content

Commit

Permalink
fix: remove file icon button alignment while uploading (#2485)
Browse files Browse the repository at this point in the history
* fix: remove file alignment while uploading

* chore: added changeset

* chore: remove file icon button alignment
  • Loading branch information
tewarig authored Jan 23, 2025
1 parent c0c464d commit 2692d5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/soft-numbers-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@razorpay/blade': patch
---

fix(blade): remove file icon aligment while uploading
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const FileUploadItem = memo(
</Text>
</BaseBox>
{status === 'uploading' ? (
<BaseBox>
<BaseBox display="flex" alignItems="center">
<IconButton
accessibilityLabel="Remove File"
icon={CloseIcon}
Expand Down

0 comments on commit 2692d5b

Please sign in to comment.