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