fix(core): workspace avatar hover radius (#6717)

This commit is contained in:
CatsJuice
2024-04-29 02:27:21 +00:00
parent fed2503782
commit 8d342f85ad

View File

@@ -155,6 +155,7 @@ export const ProfilePanel = () => {
name={name}
imageProps={avatarImageProps}
fallbackProps={avatarImageProps}
hoverWrapperProps={avatarImageProps}
colorfulFallback
hoverIcon={isOwner ? <CameraIcon /> : undefined}
onRemove={canAdjustAvatar ? handleRemoveUserAvatar : undefined}