ソースを参照

Reduce amplified font more

Jon Mårtensson 3 年 前
コミット
45883fd525
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FreeAPSWatch WatchKit Extension/Views/MainView.swift

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

@@ -118,7 +118,7 @@ struct MainView: View {
                             HStack {
                             HStack {
                                 Text("❤️" + " \(pulse)")
                                 Text("❤️" + " \(pulse)")
                                     .fontWeight(.regular)
                                     .fontWeight(.regular)
-                                    .font(.custom("activated", size: 22))
+                                    .font(.custom("activated", size: 20))
                                     .scaledToFill()
                                     .scaledToFill()
                                     .foregroundColor(.white)
                                     .foregroundColor(.white)
                                     .minimumScaleFactor(0.5)
                                     .minimumScaleFactor(0.5)