mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: message item actions and reactions (#2191)
This commit is contained in:
parent
45f28b31f0
commit
8639228721
3 changed files with 169 additions and 156 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue