@ornikar/kitt-universal 7.0.2 → 7.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -321,7 +321,7 @@ function AvatarContent({
321
321
 
322
322
  if (firstname && lastname) {
323
323
  return /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
324
- base: sizeVariant === 'large' ? 'body-large' : 'body',
324
+ base: sizeVariant === 'large' ? 'body-large' : 'body-small',
325
325
  variant: sizeVariant === 'large' ? 'bold' : 'regular',
326
326
  color: isLight ? 'black' : 'white',
327
327
  children: getInitials(firstname, lastname)