Make start button more conspicuous on iOS
This commit is contained in:
@@ -63,6 +63,7 @@ public struct StartStopButton: View {
|
|||||||
|
|
||||||
if !profile.status.isConnected {
|
if !profile.status.isConnected {
|
||||||
Label("Start", systemImage: "play.fill")
|
Label("Start", systemImage: "play.fill")
|
||||||
|
.padding(.horizontal, 12)
|
||||||
} else {
|
} else {
|
||||||
Label("Stop", systemImage: "stop.fill")
|
Label("Stop", systemImage: "stop.fill")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user