From 43127d4ac2b3fadcdcfd32bb21d709f0460a6c12 Mon Sep 17 00:00:00 2001 From: CHARLES BOND Date: Sun, 21 Jul 2024 14:37:13 +0900 Subject: [PATCH] remvoed commented out code. --- app-ios/Sources/TimetableFeature/TimetableListView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/app-ios/Sources/TimetableFeature/TimetableListView.swift b/app-ios/Sources/TimetableFeature/TimetableListView.swift index 5717da7f0..782091b1e 100644 --- a/app-ios/Sources/TimetableFeature/TimetableListView.swift +++ b/app-ios/Sources/TimetableFeature/TimetableListView.swift @@ -43,7 +43,6 @@ public struct TimetableView: View { .toolbar{ ToolbarItem(placement: .topBarLeading) { Text("Timetable") - //.font(.title) .textStyle(.headlineMedium) .foregroundStyle(AssetColors.Surface.onSurface.swiftUIColor)