UI fixes 2 (#282)

* better icon

* scroll

* scroll bottom sheet
This commit is contained in:
callebtc
2025-08-22 22:27:35 +02:00
committed by GitHub
parent 8e61ab24bf
commit 2458b471ed
2 changed files with 53 additions and 9 deletions
@@ -575,9 +575,11 @@ private fun LocationChannelsButton(
// Teleportation indicator (like iOS)
if (teleported) {
Spacer(modifier = Modifier.width(2.dp))
Text(
text = "📍",
style = MaterialTheme.typography.bodySmall
Icon(
imageVector = Icons.Default.PinDrop,
contentDescription = "Teleported",
modifier = Modifier.size(12.dp),
tint = badgeColor
)
}
}