Fix regression on preview.
This commit is contained in:
parent
e5b7e65372
commit
69ceceab41
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ internal fun TextAvatarPreview() = ElementPreview {
|
|||
background = ElementTheme.colors.bgSubtlePrimary,
|
||||
foreground = ElementTheme.colors.iconPrimary,
|
||||
),
|
||||
avatarShape = CircleShape,
|
||||
avatarShape = avatarType.avatarShape(),
|
||||
contentDescription = null,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue