Преглед изворни кода

gui fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana пре 2 година
родитељ
комит
5b58ef159c
1 измењених фајлова са 1 додато и 1 уклоњено
  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)