Decrease weather widget detail font
This commit is contained in:
parent
d1dc51c31b
commit
fa62e18a4d
@ -206,10 +206,12 @@ fun WeatherDetailRow(title: String, value: String) {
|
|||||||
CompositionLocalProvider(LocalContentAlpha provides ContentAlpha.medium) {
|
CompositionLocalProvider(LocalContentAlpha provides ContentAlpha.medium) {
|
||||||
Text(
|
Text(
|
||||||
text = title,
|
text = title,
|
||||||
modifier = Modifier.padding(end = 8.dp)
|
modifier = Modifier.padding(end = 8.dp),
|
||||||
|
style = MaterialTheme.typography.body2,
|
||||||
)
|
)
|
||||||
Text(
|
Text(
|
||||||
text = value,
|
text = value,
|
||||||
|
style = MaterialTheme.typography.body2,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user