Added missing horizontal padding to commited changes files icon

This commit is contained in:
Abdelilah El Aissaoui 2022-02-25 00:41:03 +01:00
parent afc7d9df8e
commit bbea356eb2

View File

@ -220,7 +220,7 @@ fun CommitLogChanges(
Row {
Icon(
modifier = Modifier
.padding(start = 8.dp)
.padding(horizontal = 8.dp)
.size(16.dp),
imageVector = diffEntry.icon,
contentDescription = null,