Changed header weight for commited and uncommited changes
This commit is contained in:
parent
b042dcf2b9
commit
09d4184c40
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user