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: {