Moved "Files changed" alignment to the left
This commit is contained in:
parent
4bda2eb681
commit
f57294c886
1 changed files with 2 additions and 2 deletions
|
@ -108,11 +108,11 @@ fun CommitChangesView(
|
|||
Text(
|
||||
modifier = Modifier
|
||||
.background(MaterialTheme.colors.headerBackground)
|
||||
.padding(vertical = 8.dp)
|
||||
.padding(vertical = 8.dp, horizontal = 16.dp)
|
||||
.fillMaxWidth(),
|
||||
text = "Files changed",
|
||||
fontWeight = FontWeight.Normal,
|
||||
textAlign = TextAlign.Center,
|
||||
textAlign = TextAlign.Left,
|
||||
color = MaterialTheme.colors.headerText,
|
||||
maxLines = 1,
|
||||
fontSize = 13.sp,
|
||||
|
|
Loading…
Reference in a new issue