Fix member label text size.

This commit is contained in:
jeffrey-signal
2026-03-03 16:57:06 -05:00
committed by Greyson Parrelli
parent 16e63a061d
commit 3b18b5d2b7

View File

@@ -32,7 +32,7 @@ import org.thoughtcrime.securesms.components.emoji.Emojifier
object MemberLabelPill {
@get:Composable
val textStyleCompact: TextStyle
get() = MaterialTheme.typography.labelSmall.copy(fontWeight = FontWeight.Normal)
get() = MaterialTheme.typography.bodySmall.copy(fontWeight = FontWeight.Normal)
@get:Composable
val textStyleNormal: TextStyle