marinofaggiana преди 5 години
родител
ревизия
dec14ac541
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageContentView.swift

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageContentView.swift

@@ -107,7 +107,7 @@ public class NCViewerImageContentView: UIScrollView {
 
     private lazy var indicatorContainer: UIView = {
         let container = UIView()
-        container.backgroundColor = .darkGray
+        container.backgroundColor = NCBrandColor.sharedInstance.brand
         container.layer.cornerRadius = Constants.indicatorViewSize * 0.5
         container.layer.masksToBounds = true
         return container