We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9455f6d commit a77f9a3Copy full SHA for a77f9a3
packages/bento-design-system/src/FileUploaderField/FileUploaderField.tsx
@@ -315,7 +315,7 @@ export function FileUploaderField<E extends string>({
315
<IconButton
316
kind="transparent"
317
hierarchy="secondary"
318
- size={12}
+ size={16}
319
label={unsafeLocalizedString("remove")}
320
icon={IconX}
321
onPress={() => onChange(undefined)}
0 commit comments