فهرست منبع

add 4px gutter between select trigger and dropdown

David Hill 8 ماه پیش
والد
کامیت
36bbe809fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/ui/src/components/select.tsx

+ 1 - 0
packages/ui/src/components/select.tsx

@@ -82,6 +82,7 @@ export function Select<T>(props: SelectProps<T> & ButtonProps) {
       {...others}
       data-component="select"
       placement="bottom-end"
+      gutter={4}
       value={local.current}
       options={grouped()}
       optionValue={(x) => (local.value ? local.value(x) : (x as string))}