Change carousel dots colours.
This commit is contained in:
parent
7a71c0d665
commit
7bbe1afa4f
|
@ -54,8 +54,8 @@ struct VernissageApp: App {
|
||||||
.tint(self.tintColor)
|
.tint(self.tintColor)
|
||||||
.preferredColorScheme(self.theme)
|
.preferredColorScheme(self.theme)
|
||||||
.task {
|
.task {
|
||||||
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.label
|
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor.white.withAlphaComponent(0.7)
|
||||||
UIPageControl.appearance().pageIndicatorTintColor = UIColor.secondaryLabel
|
UIPageControl.appearance().pageIndicatorTintColor = UIColor.white.withAlphaComponent(0.4)
|
||||||
|
|
||||||
// Set custom configurations for Nuke image/data loaders.
|
// Set custom configurations for Nuke image/data loaders.
|
||||||
self.setImagePipelines()
|
self.setImagePipelines()
|
||||||
|
|
Loading…
Reference in New Issue