Ver código fonte

fix text color of provider setup hints

cyberta 3 anos atrás
pai
commit
e1a95b4685
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      deltachat-ios/View/ProviderInfoCell.swift

+ 1 - 1
deltachat-ios/View/ProviderInfoCell.swift

@@ -22,7 +22,7 @@ class ProviderInfoCell: UITableViewCell {
 
 
     private let preparationColorSet: ColorSet = ColorSet(
     private let preparationColorSet: ColorSet = ColorSet(
         backgroundColor: DcColors.providerPreparationBackground,
         backgroundColor: DcColors.providerPreparationBackground,
-        tintColor: DcColors.grayTextColor
+        tintColor: UIColor.black
     )
     )
 
 
     var onInfoButtonPressed: VoidFunction?
     var onInfoButtonPressed: VoidFunction?