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)
|
.padding(vertical = 8.dp)
|
||||||
.fillMaxWidth(),
|
.fillMaxWidth(),
|
||||||
text = "Files changed",
|
text = "Files changed",
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Normal,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
color = MaterialTheme.colors.headerText,
|
color = MaterialTheme.colors.headerText,
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
|
@ -368,7 +368,7 @@ private fun EntriesList(
|
|||||||
.padding(vertical = 8.dp)
|
.padding(vertical = 8.dp)
|
||||||
.fillMaxWidth(),
|
.fillMaxWidth(),
|
||||||
text = title,
|
text = title,
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Normal,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
color = MaterialTheme.colors.headerText,
|
color = MaterialTheme.colors.headerText,
|
||||||
fontSize = 13.sp,
|
fontSize = 13.sp,
|
||||||
|
Loading…
Reference in New Issue
Block a user