persist stopwatches

This commit is contained in:
2026-01-27 01:57:26 +01:00
parent a3b73e101b
commit 0362882137
3 changed files with 74 additions and 9 deletions

View File

@@ -38,9 +38,9 @@ struct StopwatchRow: View {
.buttonStyle(PlainButtonStyle())
Button(action: onDelete) {
Image(systemName: "trash")
Image(systemName: "trash.circle.fill")
.resizable()
.frame(width: 24, height: 24)
.frame(width: 44, height: 44)
.foregroundColor(.red)
}
.buttonStyle(PlainButtonStyle())