mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: contact Chip modifier
This commit is contained in:
parent
f75879603e
commit
054538f899
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue