mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Removed alignment
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user