From 7142bf5cfccf70fc9a88604df9bd0b88741f0700 Mon Sep 17 00:00:00 2001 From: Trey t Date: Fri, 4 Feb 2022 17:30:16 -0600 Subject: [PATCH] page indicator bg color --- Shared/views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/views/ContentView.swift b/Shared/views/ContentView.swift index 6089ca1..7fb5d4d 100644 --- a/Shared/views/ContentView.swift +++ b/Shared/views/ContentView.swift @@ -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 }