Skip to content

Commit

Permalink
Fix icon X's size in FileUploaderField to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Jun 17, 2024
1 parent 9455f6d commit a77f9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export function FileUploaderField<E extends string>({
<IconButton
kind="transparent"
hierarchy="secondary"
size={12}
size={16}
label={unsafeLocalizedString("remove")}
icon={IconX}
onPress={() => onChange(undefined)}
Expand Down

0 comments on commit a77f9a3

Please sign in to comment.