Refined the recording Live Activity presentation in the Widget target.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user