mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix about row color in app settings.
This commit is contained in:
committed by
Greyson Parrelli
parent
6053c4aac5
commit
86fa90aee7
@@ -580,7 +580,7 @@ private fun BioRow(
|
||||
) { annotatedString, inlineTextContentMap ->
|
||||
Text(
|
||||
text = annotatedString,
|
||||
color = MaterialTheme.colorScheme.outline,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
inlineContent = inlineTextContentMap,
|
||||
modifier = Modifier.padding(top = 8.dp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user