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