Moved SeparatorLine

This commit is contained in:
Aleksandrs Proskurins
2022-09-26 17:26:47 +03:00
parent 088c5bba33
commit c86ddb4d89
2 changed files with 30 additions and 11 deletions
@@ -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