Bläddra i källkod

gui fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 år sedan
förälder
incheckning
5b58ef159c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      iOSClient/Utility/NCContentPresenter.swift

+ 1 - 1
iOSClient/Utility/NCContentPresenter.swift

@@ -195,7 +195,7 @@ class NCContentPresenter: NSObject {
                 completion("ok")
             }
 
-        let buttonsBarContent = EKProperty.ButtonBarContent(with: cancelButton, okButton, separatorColor: EKColor(UIColor.lightGray), buttonHeight: 60, expandAnimatedly: true)
+        let buttonsBarContent = EKProperty.ButtonBarContent(with: cancelButton, okButton, separatorColor: EKColor(textColor), buttonHeight: 60, expandAnimatedly: true)
         let alertMessage = EKAlertMessage(simpleMessage: simpleMessage, imagePosition: .left, buttonBarContent: buttonsBarContent)
         let contentView = EKAlertMessageView(with: alertMessage)