Fix about row color in app settings.
This commit is contained in:
parent
6053c4aac5
commit
86fa90aee7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue