mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-21 12:43:25 +01:00
[AltWidget] Insets ActiveAppsWidget buttons from edge to improve tapability
This commit is contained in:
@@ -106,7 +106,6 @@ private struct ActiveAppsWidgetView: View
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
|
||||
Countdown(startDate: app.refreshedDate,
|
||||
@@ -120,7 +119,7 @@ private struct ActiveAppsWidgetView: View
|
||||
}
|
||||
.font(.system(size: 16, weight: .semibold, design: .rounded))
|
||||
.invalidatableContent()
|
||||
}
|
||||
.padding(.horizontal, 8)
|
||||
.activatesRefreshAllAppsIntent()
|
||||
}
|
||||
.frame(height: rowHeight)
|
||||
|
||||
Reference in New Issue
Block a user