Refined the recording Live Activity presentation in the Widget target.

This commit is contained in:
2026-07-07 00:11:39 +02:00
parent 9e431c8e7a
commit dfd4829980
13 changed files with 281 additions and 163 deletions
@@ -59,7 +59,7 @@ private extension ActionButtonStyle {
var backgroundColor: Color {
switch action {
case .confirmative: .green
case let .custom(color): color
case .custom(let color): color
case .default: .yellow
case .destructive: .red
}