Fix regression on preview.

This commit is contained in:
Benoit Marty 2025-06-24 09:06:29 +02:00
parent e5b7e65372
commit 69ceceab41

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,
)
}