Skip to content

Commit a77f9a3

Browse files
committed
Fix icon X's size in FileUploaderField to 16
1 parent 9455f6d commit a77f9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)