mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01: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 ->
|
) { annotatedString, inlineTextContentMap ->
|
||||||
Text(
|
Text(
|
||||||
text = annotatedString,
|
text = annotatedString,
|
||||||
color = MaterialTheme.colorScheme.outline,
|
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||||
inlineContent = inlineTextContentMap,
|
inlineContent = inlineTextContentMap,
|
||||||
modifier = Modifier.padding(top = 8.dp)
|
modifier = Modifier.padding(top = 8.dp)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user