From 402eef47c3f64f78ca7ab57f578d3133424b3ad3 Mon Sep 17 00:00:00 2001 From: Alexander Bjerkan Date: Wed, 12 Mar 2025 12:46:20 +0100 Subject: [PATCH] reduce select/combobox list item height --- packages/react/src/internals/listbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/internals/listbox.tsx b/packages/react/src/internals/listbox.tsx index 646c7139d..eabbcabb0 100644 --- a/packages/react/src/internals/listbox.tsx +++ b/packages/react/src/internals/listbox.tsx @@ -34,7 +34,7 @@ const ListBoxItem = (props: ListBoxItemProps) => { {...props} className={cx( props.className, - 'flex cursor-pointer px-6 py-3 leading-6 outline-none data-[focused]:bg-sky-lightest', + 'flex cursor-pointer px-6 py-2.5 leading-6 outline-none data-[focused]:bg-sky-lightest', )} textValue={textValue} >