This commit is contained in:
callebtc 2026-07-27 17:30:27 +02:00
parent 823d1ab07c
commit f6fcbf830f

View File

@ -959,9 +959,7 @@ fun PrivateChatSheet(
isWifiAware = isWifiAware, isWifiAware = isWifiAware,
isDirect = isDirect isDirect = isDirect
), ),
// Reachability is a status, not an alert: it takes the muted chrome tint, leadingIconTint = colorScheme.primary,
// leaving the primary green for the name itself.
leadingIconTint = colorScheme.onSurfaceVariant,
leadingContentDescription = when { leadingContentDescription = when {
isNostrPeer || isNostrReachableFavorite -> isNostrPeer || isNostrReachableFavorite ->
stringResource(R.string.cd_nostr_reachable) stringResource(R.string.cd_nostr_reachable)