refactor: message item actions and reactions (#2191)

This commit is contained in:
James Rich 2025-06-20 21:30:41 +00:00 committed by GitHub
parent 45f28b31f0
commit 8639228721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 169 additions and 156 deletions

View file

@ -56,7 +56,7 @@ fun NodeChip(
AssistChip(
modifier = modifier
.width(IntrinsicSize.Min)
.defaultMinSize(minHeight = 32.dp, minWidth = 72.dp),
.defaultMinSize(minHeight = 24.dp, minWidth = 48.dp),
colors = AssistChipDefaults.assistChipColors(
containerColor = Color(nodeColor),
labelColor = Color(textColor),