page indicator bg color

This commit is contained in:
Trey t
2022-02-04 17:30:16 -06:00
parent a6cbc615e5
commit 7142bf5cfc

View File

@@ -35,7 +35,7 @@ struct ContentView: View {
init(){
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.label
UIPageControl.appearance().pageIndicatorTintColor = UIColor.black.withAlphaComponent(0.2)
UIPageControl.appearance().pageIndicatorTintColor = UIColor.systemGray
UITabBar.appearance().backgroundColor = UIColor.secondarySystemBackground
}