Moved staged/unstaged alignment to the left
This commit is contained in:
parent
d9c4e6f282
commit
71c639b6a3
1 changed files with 2 additions and 2 deletions
|
@ -422,11 +422,11 @@ private fun EntriesList(
|
|||
Text(
|
||||
modifier = Modifier
|
||||
.background(color = MaterialTheme.colors.headerBackground)
|
||||
.padding(vertical = 8.dp)
|
||||
.padding(vertical = 8.dp, horizontal = 16.dp)
|
||||
.fillMaxWidth(),
|
||||
text = title,
|
||||
fontWeight = FontWeight.Normal,
|
||||
textAlign = TextAlign.Center,
|
||||
textAlign = TextAlign.Left,
|
||||
color = MaterialTheme.colors.headerText,
|
||||
fontSize = 13.sp,
|
||||
maxLines = 1,
|
||||
|
|
Loading…
Reference in a new issue