Fix regression on preview.
This commit is contained in:
@@ -85,7 +85,7 @@ internal fun TextAvatarPreview() = ElementPreview {
|
||||
background = ElementTheme.colors.bgSubtlePrimary,
|
||||
foreground = ElementTheme.colors.iconPrimary,
|
||||
),
|
||||
avatarShape = CircleShape,
|
||||
avatarShape = avatarType.avatarShape(),
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user