Skip to content

Commit ef6c020

Browse files
committed
Fix button size
1 parent 351f659 commit ef6c020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/form/fields/TableField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export function TableField<Item extends Record<string, any>>({
6262
)}
6363
<Button
6464
variant="secondary"
65+
size="sm"
6566
onClick={() => onAddItem((item) => setValue(value.concat(item)))}
6667
>
6768
{actionText}

0 commit comments

Comments
 (0)