From d08471edc2624fab66d0fb5afae9f0785611a01a Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Thu, 4 Dec 2025 13:59:26 +0100 Subject: [PATCH] Fix rounded corner overflow --- packages/ui/src/components/atoms/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/atoms/Card.tsx b/packages/ui/src/components/atoms/Card.tsx index 6387c79..04fe525 100644 --- a/packages/ui/src/components/atoms/Card.tsx +++ b/packages/ui/src/components/atoms/Card.tsx @@ -5,7 +5,7 @@ import {cn} from '../../lib'; const Card = React.forwardRef>(({className, ...props}, ref) => (
));