mirror of https://github.com/Ashinch/ReadYou.git
fix(ui): fix date text contrast
This commit is contained in:
parent
8183417265
commit
fe62743356
|
@ -204,7 +204,7 @@ fun ArticleItem(
|
|||
Text(
|
||||
modifier = Modifier,
|
||||
text = dateString ?: "",
|
||||
color = MaterialTheme.colorScheme.outlineVariant,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
style = MaterialTheme.typography.labelMedium,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue