Skip to content

Commit

Permalink
fix(Card): interactive card selected borderRadius (#2452)
Browse files Browse the repository at this point in the history
* fix: card borderRadius

* Create curvy-lobsters-sip.md
  • Loading branch information
saurabhdaware authored Dec 27, 2024
1 parent 0cc9c97 commit 0b5dc72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-lobsters-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

fix: interactive card selected borderRadius
2 changes: 1 addition & 1 deletion packages/blade/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const _Card: React.ForwardRefRenderFunction<BladeElementRef, CardProps> = (
as={as}
ref={ref as never}
display={'block' as never}
borderRadius="medium"
borderRadius={borderRadius}
onMouseEnter={onHover as never}
shouldScaleOnHover={shouldScaleOnHover}
isSelected={isSelected}
Expand Down

0 comments on commit 0b5dc72

Please sign in to comment.