fix: contact Chip modifier

This commit is contained in:
andrekir 2024-06-23 08:53:43 -03:00
parent f75879603e
commit 054538f899

View file

@ -56,8 +56,8 @@ fun ContactItem(
Chip(
onClick = { },
modifier = Modifier
.width(72.dp)
.padding(end = 8.dp),
.padding(end = 8.dp)
.width(72.dp),
) {
Text(
text = shortName,