Skip to content

Commit

Permalink
Merge pull request #858 from buildo/gabro/fix-icon-size
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro authored Jun 26, 2024
2 parents 385e076 + a77f9a3 commit eeef873
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 eeef873

Please sign in to comment.