Improve preview (and make the screenshot test fails in order to check the CI behavior)

This commit is contained in:
Benoit Marty 2023-01-04 15:59:12 +01:00 committed by Benoit Marty
parent b55bcf5fed
commit 33f549104b

View file

@ -98,5 +98,5 @@ private fun InitialsAvatar(
@Preview
@Composable
fun InitialsAvatar() {
InitialsAvatar(AvatarData("A"))
Avatar(AvatarData(name = "A"))
}