page indicator bg color
This commit is contained in:
@@ -35,7 +35,7 @@ struct ContentView: View {
|
|||||||
|
|
||||||
init(){
|
init(){
|
||||||
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.label
|
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.label
|
||||||
UIPageControl.appearance().pageIndicatorTintColor = UIColor.black.withAlphaComponent(0.2)
|
UIPageControl.appearance().pageIndicatorTintColor = UIColor.systemGray
|
||||||
UITabBar.appearance().backgroundColor = UIColor.secondarySystemBackground
|
UITabBar.appearance().backgroundColor = UIColor.secondarySystemBackground
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user