Kaynağa Gözat

Use same sequence of nutrients as the Phone app.

Jon Mårtensson 2 yıl önce
ebeveyn
işleme
60c5c8e379

+ 2 - 2
FreeAPSWatch WatchKit Extension/Views/CarbsView.swift

@@ -33,9 +33,9 @@ struct CarbsView: View {
             carbs
             if state.displayFatAndProteinOnWatch {
                 Spacer()
-                protein
-                Spacer()
                 fat
+                Spacer()
+                protein
             }
             buttonStack
         }