Improve preview (and make the screenshot test fails in order to check the CI behavior)
This commit is contained in:
parent
051b736163
commit
443efd2aac
1 changed files with 1 additions and 1 deletions
|
|
@ -98,5 +98,5 @@ private fun InitialsAvatar(
|
||||||
@Preview
|
@Preview
|
||||||
@Composable
|
@Composable
|
||||||
fun InitialsAvatar() {
|
fun InitialsAvatar() {
|
||||||
InitialsAvatar(AvatarData("A"))
|
Avatar(AvatarData(name = "A"))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue