Fixed padding in "uncommited changes" line

This commit is contained in:
Abdelilah El Aissaoui 2022-06-06 01:03:42 +02:00
parent 67aff36bc4
commit 290c5324f2

View File

@ -585,10 +585,7 @@ fun UncommitedChangesLine(
modifier = Modifier.height(40.dp)
.fillMaxWidth()
.clickable { onUncommitedChangesSelected() }
.padding(
start = graphWidth + DIVIDER_WIDTH.dp,
end = 4.dp,
)
.padding(start = graphWidth)
.backgroundIf(isSelected, MaterialTheme.colors.backgroundSelected),
verticalAlignment = Alignment.CenterVertically,
) {