Make start button more conspicuous on iOS

This commit is contained in:
世界
2026-04-23 08:33:35 +08:00
parent 3ed2341355
commit 82a42ec40a
@@ -63,6 +63,7 @@ public struct StartStopButton: View {
if !profile.status.isConnected {
Label("Start", systemImage: "play.fill")
.padding(.horizontal, 12)
} else {
Label("Stop", systemImage: "stop.fill")
}