Create room: labels shouldn't be bold

This commit is contained in:
Chris Smith 2023-06-05 14:21:25 +01:00
parent 3a7e310bd3
commit 34a67bdb2c
2 changed files with 3 additions and 0 deletions

View file

@ -266,6 +266,7 @@ private fun LabelledReadOnlyField(
Text(
modifier = Modifier.padding(horizontal = 16.dp),
style = MaterialTheme.typography.titleSmall,
fontWeight = FontWeight.Normal,
color = MaterialTheme.colorScheme.primary,
text = title,
)