瀏覽代碼

chore: cleanup

bastiaanv 6 月之前
父節點
當前提交
98fda98354
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      LiveActivity/LiveActivity+Helper.swift

+ 1 - 2
LiveActivity/LiveActivity+Helper.swift

@@ -232,10 +232,9 @@ struct LiveActivityModifiers: ViewModifier {
 
     func body(content: Content) -> some View {
         content
-            .padding(.all, isWatchOS ? 8 : 14)
+            .padding(.all, isWatchOS ? 10 : 14)
             .frame(minHeight: 0, maxHeight: .infinity)
             .privacySensitive()
-            .foregroundStyle(Color.primary)
             // Semantic BackgroundStyle and Color values work here. They adapt to the given interface style (light mode, dark
             // mode)
             // Semantic UIColors do NOT (as of iOS 17.1.1). Like UIColor.systemBackgroundColor (it does not adapt to changes of