|
|
|
|
@ -99,7 +99,7 @@ struct LaunchWidgetEntryView : View { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.frame(maxWidth: .infinity, maxHeight: .infinity) |
|
|
|
|
.background(Color.white.opacity(0.1)) |
|
|
|
|
.background(Color.white.opacity(0.2)) |
|
|
|
|
case .accessoryRectangular: |
|
|
|
|
Group { |
|
|
|
|
if let timer = entry.timers.first { |
|
|
|
|
@ -109,7 +109,7 @@ struct LaunchWidgetEntryView : View { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.frame(maxWidth: .infinity, maxHeight: .infinity) |
|
|
|
|
.background(Color.white.opacity(0.1)) |
|
|
|
|
.background(Color.white.opacity(0.2)) |
|
|
|
|
.cornerRadius(16.0) |
|
|
|
|
default: |
|
|
|
|
MultiCountdownView(timers: entry.timers) |
|
|
|
|
|