Skip to content

Commit eeef873

Browse files
authored
Merge pull request #858 from buildo/gabro/fix-icon-size
2 parents 385e076 + a77f9a3 commit eeef873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bento-design-system/src/FileUploaderField/FileUploaderField.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export function FileUploaderField<E extends string>({
315315
<IconButton
316316
kind="transparent"
317317
hierarchy="secondary"
318-
size={12}
318+
size={16}
319319
label={unsafeLocalizedString("remove")}
320320
icon={IconX}
321321
onPress={() => onChange(undefined)}

0 commit comments

Comments
 (0)