mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
add 4px gutter between select trigger and dropdown
This commit is contained in:
@@ -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))}
|
||||
|
||||
Reference in New Issue
Block a user