@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.
@@ -315,7 +315,7 @@ function AvatarContent(_ref5) {
315
315
 
316
316
  if (firstname && lastname) {
317
317
  return /*#__PURE__*/jsx(Typography.Text, {
318
- base: sizeVariant === 'large' ? 'body-large' : 'body',
318
+ base: sizeVariant === 'large' ? 'body-large' : 'body-small',
319
319
  variant: sizeVariant === 'large' ? 'bold' : 'regular',
320
320
  color: isLight ? 'black' : 'white',
321
321
  children: getInitials(firstname, lastname)