This commit is contained in:
callebtc
2025-07-12 02:34:56 +02:00
parent 9b57504c2c
commit 83da8f3b1b
3 changed files with 20 additions and 15 deletions
@@ -193,7 +193,7 @@ fun ChannelsSection(
verticalAlignment = Alignment.CenterVertically
) {
Text(
text = "#$channel",
text = channel, // Channel already contains the # prefix
style = MaterialTheme.typography.bodyMedium,
color = if (isSelected) colorScheme.primary else colorScheme.onSurface,
fontWeight = if (isSelected) FontWeight.Medium else FontWeight.Normal,