From 6df7f33692ea985d21494606fa3992140eda5a3c Mon Sep 17 00:00:00 2001 From: todayama_r <13657682+Corvus400@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:21:04 +0900 Subject: [PATCH] :wrench: Assign the color of RoomD to the color of the tag on day 3 as in Android. --- app-ios/Modules/Sources/Timetable/TimetableListItemView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/app-ios/Modules/Sources/Timetable/TimetableListItemView.swift b/app-ios/Modules/Sources/Timetable/TimetableListItemView.swift index 566a2fc2c..f422e6bd8 100644 --- a/app-ios/Modules/Sources/Timetable/TimetableListItemView.swift +++ b/app-ios/Modules/Sources/Timetable/TimetableListItemView.swift @@ -95,6 +95,7 @@ private extension RoomType { case .roomc: AssetColors.Custom.hallC case .roomd: AssetColors.Custom.hallD case .roome: AssetColors.Custom.hallE + case .roomde: AssetColors.Custom.hallD default: AssetColors.Custom.white } return colorAsset.swiftUIColor