Removed alignment

This commit is contained in:
Aleksandrs Proskurins
2022-09-27 14:06:58 +03:00
parent 512e2f7933
commit e3d0c1a002
@@ -22,7 +22,7 @@ struct SeparatorLine: View {
var body: some View {
Rectangle()
.fill(theme.colors.quinaryContent)
.frame(maxWidth: .infinity, alignment: .trailing)
.frame(maxWidth: .infinity)
.frame(height: 1.0)
}
}