Fix regression on preview.

This commit is contained in:
Benoit Marty
2025-06-24 09:06:29 +02:00
parent 3f53bd64ad
commit 71186c9dd7

View File

@@ -85,7 +85,7 @@ internal fun TextAvatarPreview() = ElementPreview {
background = ElementTheme.colors.bgSubtlePrimary,
foreground = ElementTheme.colors.iconPrimary,
),
avatarShape = CircleShape,
avatarShape = avatarType.avatarShape(),
contentDescription = null,
)
}