feat: user timer, ui improvements

This commit is contained in:
Michael Freno
2026-01-09 18:36:11 -05:00
parent 63dde81b97
commit 368f0c88cc
13 changed files with 556 additions and 32 deletions

View File

@@ -92,7 +92,7 @@ struct BlinkSetupView: View {
Spacer()
}
.frame(width: 600, height: 450)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding()
.background(.clear)
}