This commit is contained in:
Trey t
2023-07-08 19:44:38 -05:00
parent 0b477bc182
commit cfcf8a8ffe
5 changed files with 30 additions and 13 deletions

View File

@@ -14,7 +14,6 @@ struct ContentView: View {
MainWatchView()
WatchControlView()
}
.padding()
.tabViewStyle(PageTabViewStyle())
}
}