Fix UserSessionOverview layout

This commit is contained in:
Alfonso Grillo
2022-12-16 15:27:46 +01:00
parent 5443ca28bc
commit b01ef74fc2
3 changed files with 14 additions and 12 deletions
@@ -39,7 +39,7 @@ struct UserSessionOverviewItem: View {
Image(Asset.Images.chevron.name)
}
}
.padding(.vertical, 15)
.padding(.vertical, 11)
.padding(.horizontal, 16)
SeparatorLine()
}