mirror of https://github.com/Ashinch/ReadYou.git
fix(ui): feedicon text style (#726)
This commit is contained in:
parent
ab0e07ad21
commit
8fb090e536
|
@ -76,9 +76,11 @@ private fun FontIcon(size: Dp, feedName: String) {
|
|||
) {
|
||||
Text(
|
||||
text = feedName.ifEmpty { " " }.first().toString(),
|
||||
fontWeight = FontWeight.Bold,
|
||||
color = MaterialTheme.colorScheme.onPrimary,
|
||||
fontSize = 10.sp,
|
||||
style = MaterialTheme.typography.bodyMedium.merge(
|
||||
color = MaterialTheme.colorScheme.onPrimary,
|
||||
fontSize = 10.sp,
|
||||
fontWeight = FontWeight.Bold,
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue