Fixed swipe actions and more widgets
This commit is contained in:
@@ -200,8 +200,8 @@ struct SmallWidgetView: View {
|
||||
// Main stats - weekly attempts and sessions
|
||||
VStack(spacing: 16) {
|
||||
HStack(spacing: 8) {
|
||||
Image(systemName: "flame.fill")
|
||||
.foregroundColor(.orange)
|
||||
Image(systemName: "hand.raised.fill")
|
||||
.foregroundColor(.green)
|
||||
.font(.title2)
|
||||
Text("\(entry.weeklyAttempts)")
|
||||
.font(.title)
|
||||
@@ -255,8 +255,8 @@ struct MediumWidgetView: View {
|
||||
HStack(spacing: 40) {
|
||||
VStack(spacing: 8) {
|
||||
HStack(spacing: 8) {
|
||||
Image(systemName: "flame.fill")
|
||||
.foregroundColor(.orange)
|
||||
Image(systemName: "hand.raised.fill")
|
||||
.foregroundColor(.green)
|
||||
.font(.title2)
|
||||
Text("\(entry.weeklyAttempts)")
|
||||
.font(.title)
|
||||
|
||||
Reference in New Issue
Block a user