Update Avatar.tsx (#12110)

This commit is contained in:
Leo Giovanetti
2023-10-26 21:28:30 +00:00
committed by GitHub
parent c2a57fd72b
commit aabf3c54ea
+1 -1
View File
@@ -41,7 +41,7 @@ export function Avatar(props: AvatarProps) {
<AvatarPrimitive.Root
data-testid={props?.["data-testid"]}
className={classNames(
"bg-emphasis item-center relative inline-flex aspect-square justify-center rounded-full",
"bg-emphasis item-center relative inline-flex aspect-square justify-center rounded-full align-top",
indicator ? "overflow-visible" : "overflow-hidden",
props.className,
sizesPropsBySize[size]