Moved "Files changed" alignment to the left

This commit is contained in:
Abdelilah El Aissaoui 2022-06-11 14:36:24 +02:00
parent 4bda2eb681
commit f57294c886

View File

@ -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,