From 0099fbc73f6c6093fbe16697f6be3e9cf4e6c00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ere=20M=C3=A4nnist=C3=B6?= Date: Sat, 14 Feb 2026 09:41:54 +0200 Subject: [PATCH] Fix: Add equal `min-width` as element has `height` --- design-system/pkg/src/badge/Badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-system/pkg/src/badge/Badge.tsx b/design-system/pkg/src/badge/Badge.tsx index ffde34597..2160039c7 100644 --- a/design-system/pkg/src/badge/Badge.tsx +++ b/design-system/pkg/src/badge/Badge.tsx @@ -71,7 +71,7 @@ export const Badge: ForwardRefExoticComponent< backgroundColor={bg} borderRadius="full" height="element.small" - minWidth={0} + minWidth="element.small" paddingX="regular" // layout alignItems="center"