mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Moved SeparatorLine
This commit is contained in:
+1
-11
@@ -52,17 +52,7 @@ struct UserSessionOverview: View {
|
||||
}
|
||||
}
|
||||
|
||||
struct SeparatorLine: View {
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
var body: some View {
|
||||
Rectangle()
|
||||
.fill(theme.colors.quinaryContent)
|
||||
.frame(maxWidth: .infinity, alignment: .trailing)
|
||||
.frame(height: 1.0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: - Previews
|
||||
|
||||
|
||||
Reference in New Issue
Block a user