Browse Source

Pulse in white

Jon Mårtensson 4 năm trước cách đây
mục cha
commit
2e8a87cb8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FreeAPSWatch WatchKit Extension/Views/MainView.swift

+ 1 - 1
FreeAPSWatch WatchKit Extension/Views/MainView.swift

@@ -92,7 +92,7 @@ struct MainView: View {
                 Spacer()
                 Text("❤️" + " \(pulse)")
                     .fontWeight(.regular)
-                    .font(.system(size: 18)).foregroundColor(Color.red)
+                    .font(.system(size: 18)).foregroundColor(Color.white)
             }
             Spacer()
             Spacer()