Fixed swipe actions and more widgets
This commit is contained in:
@@ -30,7 +30,7 @@ struct ClimbingActivityWidget: Widget {
|
||||
}
|
||||
DynamicIslandExpandedRegion(.bottom) {
|
||||
HStack {
|
||||
Label("\(context.state.totalAttempts)", systemImage: "flame")
|
||||
Label("\(context.state.totalAttempts)", systemImage: "hand.raised.fill")
|
||||
Spacer()
|
||||
Label("\(context.state.completedProblems)", systemImage: "checkmark.circle")
|
||||
Spacer()
|
||||
@@ -71,8 +71,8 @@ struct LiveActivityView: View {
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
HStack {
|
||||
Image(systemName: "flame.fill")
|
||||
.foregroundColor(.orange)
|
||||
Image(systemName: "hand.raised.fill")
|
||||
.foregroundColor(.green)
|
||||
Text("\(context.state.totalAttempts)")
|
||||
.font(.title3)
|
||||
.fontWeight(.semibold)
|
||||
|
||||
Reference in New Issue
Block a user