Refine UserOtherSessionsHeaderView layout

This commit is contained in:
Alfonso Grillo
2022-12-16 11:07:11 +01:00
parent 3c8511273b
commit 5dc7386982
2 changed files with 3 additions and 4 deletions
@@ -54,7 +54,6 @@ struct UserOtherSessionsHeaderView: View {
}
.font(theme.fonts.footnote)
.foregroundColor(theme.colors.secondaryContent)
.padding(.bottom, 20.0)
})
}
.frame(maxWidth: .infinity, alignment: .leading)