changed dateText to Medium instead of bold
This commit is contained in:
parent
439bc0ab61
commit
4d2abaec12
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fun Headline(
|
|||
fun DateText(date: String) {
|
||||
Text(
|
||||
text = date,
|
||||
fontWeight = FontWeight.Bold,
|
||||
fontWeight = FontWeight.Medium,
|
||||
fontSize = 20.sp,
|
||||
modifier = Modifier.padding(horizontal = 10.dp)
|
||||
)
|
||||
|
|
Reference in a new issue