diff --git a/src/renderer/src/components/avatar/avatar.tsx b/src/renderer/src/components/avatar/avatar.tsx index 31047b77..afd9e3c2 100644 --- a/src/renderer/src/components/avatar/avatar.tsx +++ b/src/renderer/src/components/avatar/avatar.tsx @@ -25,6 +25,8 @@ export function Avatar({ size, alt, src, ...props }: AvatarProps) { width={size} height={size} {...props} + width={size} + height={size} /> ) : (