Changed header weight for commited and uncommited changes

This commit is contained in:
Abdelilah El Aissaoui 2022-02-02 21:45:24 +01:00
parent b042dcf2b9
commit 09d4184c40
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ fun CommitChangesView(
.padding(vertical = 8.dp)
.fillMaxWidth(),
text = "Files changed",
fontWeight = FontWeight.Bold,
fontWeight = FontWeight.Normal,
textAlign = TextAlign.Center,
color = MaterialTheme.colors.headerText,
maxLines = 1,

View File

@ -368,7 +368,7 @@ private fun EntriesList(
.padding(vertical = 8.dp)
.fillMaxWidth(),
text = title,
fontWeight = FontWeight.Bold,
fontWeight = FontWeight.Normal,
textAlign = TextAlign.Center,
color = MaterialTheme.colors.headerText,
fontSize = 13.sp,