Not sure why we have avatarSize and separate avatarProps here, but I must have overlooked this when changing the implementation
@@ -60,7 +60,7 @@ export const BaseBadge = memo(
organization={organization}
project={project}
actor={actor}
- avatarProps={avatarProps}
+ avatarProps={{...avatarProps, size: avatarSize}}
/>
)}