Переглянути джерело

Enhance minimalistic style of card and chart

Deniz Cengiz 1 рік тому
батько
коміт
1e872a5748
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      LiveActivity/LiveActivity.swift

+ 2 - 2
LiveActivity/LiveActivity.swift

@@ -330,7 +330,7 @@ struct LiveActivity: Widget {
                 plotContent
                     .background(
                         RoundedRectangle(cornerRadius: 12)
-                            .fill(Color.cyan.opacity(0.15))
+                            .fill(Color.clear)
                     )
                     .clipShape(RoundedRectangle(cornerRadius: 12))
             }
@@ -419,7 +419,7 @@ struct LiveActivity: Widget {
             // The colorScheme environment varaible that is usually used to detect dark mode does NOT work here (it reports false values)
             .foregroundStyle(Color.primary)
             .background(BackgroundStyle.background.opacity(0.4))
-            .activityBackgroundTint(Color.clear)
+            .activityBackgroundTint(Color.black.opacity(0.4))
         }
     }