mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 16:32:57 +01:00
Fix member label text size.
This commit is contained in:
committed by
Greyson Parrelli
parent
16e63a061d
commit
3b18b5d2b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user