Adjusted font weight and color in settings

This commit is contained in:
Abdelilah El Aissaoui 2023-07-18 16:56:00 +02:00
parent a043608d75
commit 33188c4dc8
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -577,11 +577,12 @@ private fun FieldTitles(
text = title,
color = MaterialTheme.colors.onBackground,
style = MaterialTheme.typography.body1,
fontWeight = FontWeight.Medium,
)
Text(
text = subtitle,
color = MaterialTheme.colors.onBackgroundSecondary,
color = MaterialTheme.colors.onBackground,
modifier = Modifier.padding(top = 4.dp),
style = MaterialTheme.typography.body2,
)