Moved staged/unstaged alignment to the left

This commit is contained in:
Abdelilah El Aissaoui 2022-06-11 13:00:59 +02:00
parent d9c4e6f282
commit 71c639b6a3

View file

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