Fix UserSessionOverview layout

This commit is contained in:
Alfonso Grillo
2022-12-16 15:27:46 +01:00
parent e1291c8ff6
commit 9d797d9eaa
3 changed files with 14 additions and 12 deletions
@@ -41,7 +41,7 @@ struct UserSessionOverviewToggleCell: View {
}
.disabled(!isEnabled)
.allowsHitTesting(false)
.padding(.vertical, 10)
.padding(.vertical, 5.5)
.padding(.horizontal, 16)
.accessibilityIdentifier("UserSessionOverviewToggleCell")
SeparatorLine()