Create room: labels shouldn't be bold
This commit is contained in:
parent
3a7e310bd3
commit
34a67bdb2c
2 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue