Jon B Mårtensson 2 лет назад
Родитель
Сommit
fb078e8dd5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 2 - 2
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -46,8 +46,8 @@ struct MainChartView: View {
     }
 
     private enum Command {
-        static let open = "🟢"
-        static let closed = "🔴"
+        static let open = "🔴"
+        static let closed = "🟢"
         static let suspend = "❌"
         static let resume = "✅"
         static let tempbasal = "basal"