From 4f50b77ac585fdd484c2a53930e63e21751d0a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McKayla=20=E3=81=AF=E3=81=AA?= Date: Thu, 23 Jul 2026 19:03:00 -0600 Subject: [PATCH] fix: tweak `Pill` styles (#27475) --- site/src/components/Pill/Pill.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/components/Pill/Pill.tsx b/site/src/components/Pill/Pill.tsx index 43cfbed4f5..a00bb9bf5a 100644 --- a/site/src/components/Pill/Pill.tsx +++ b/site/src/components/Pill/Pill.tsx @@ -39,7 +39,7 @@ const pillLayoutVariants = cva( variants: { size: { md: "h-6", - lg: "", + lg: "h-[30px]", }, withIcon: { true: "", @@ -60,12 +60,12 @@ const pillLayoutVariants = cva( { size: "lg", withIcon: false, - class: "gap-2.5 py-3.5 px-4", + class: "gap-2.5 px-4", }, { size: "lg", withIcon: true, - class: "gap-2.5 py-3.5 pr-4 pl-2.5", + class: "gap-2.5 pr-4 pl-2.5", }, ], defaultVariants: {