Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Avatar): add xs size #2732

Merged
merged 1 commit into from
Jan 27, 2025
Merged

feat(Avatar): add xs size #2732

merged 1 commit into from
Jan 27, 2025

Conversation

talkor
Copy link
Member

@talkor talkor commented Jan 26, 2025

@talkor talkor requested a review from a team as a code owner January 26, 2025 10:58
@@ -24,18 +24,3 @@
}
}
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

@@ -68,6 +68,7 @@ const AvatarGroupCounter: React.FC<AvatarGroupCounterProps> = ({
ariaLabel={counterAriaLabel ? counterAriaLabel : `Tab for more ${counterAriaLabelItemsName}`}
noAnimation={noAnimation}
counterClassName={cx({ [styles.disabled]: disabled })}
size={size === "xs" ? "xs" : undefined}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should only affect xs

@talkor talkor merged commit abfefda into master Jan 27, 2025
14 checks passed
@talkor talkor deleted the feat/avatar/size-xs branch January 27, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants