Fixed padding in "uncommited changes" line
This commit is contained in:
parent
67aff36bc4
commit
290c5324f2
@ -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,
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user