Remove unnecessary marks, they bring little value

This commit is contained in:
Stefan Ceriu
2022-11-28 10:32:32 +02:00
committed by Stefan Ceriu
parent e5fbbd99d2
commit b470d80b3f
40 changed files with 0 additions and 274 deletions

View File

@@ -17,20 +17,14 @@
import SwiftUI
struct TemplateScreen: View {
// MARK: Private
@Environment(\.colorScheme) private var colorScheme
var counterColor: Color {
colorScheme == .light ? .element.secondaryContent : .element.tertiaryContent
}
// MARK: Public
@ObservedObject var context: TemplateViewModel.Context
// MARK: Views
var body: some View {
ScrollView {
mainContent