diff --git a/ApplicationLibrary/Views/Dashboard/Components/StartStopButton.swift b/ApplicationLibrary/Views/Dashboard/Components/StartStopButton.swift index 334274e..f41efeb 100644 --- a/ApplicationLibrary/Views/Dashboard/Components/StartStopButton.swift +++ b/ApplicationLibrary/Views/Dashboard/Components/StartStopButton.swift @@ -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") }