Change carousel dots colours.

This commit is contained in:
Marcin Czachursk 2023-03-18 18:52:35 +01:00
parent 7a71c0d665
commit 7bbe1afa4f
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ struct VernissageApp: App {
.tint(self.tintColor)
.preferredColorScheme(self.theme)
.task {
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.label
UIPageControl.appearance().pageIndicatorTintColor = UIColor.secondaryLabel
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.white.withAlphaComponent(0.7)
UIPageControl.appearance().pageIndicatorTintColor = UIColor.white.withAlphaComponent(0.4)
// Set custom configurations for Nuke image/data loaders.
self.setImagePipelines()