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

fix text color of provider setup hints

cyberta пре 3 година
родитељ
комит
e1a95b4685
1 измењених фајлова са 1 додато и 1 уклоњено
  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(
         backgroundColor: DcColors.providerPreparationBackground,
-        tintColor: DcColors.grayTextColor
+        tintColor: UIColor.black
     )
 
     var onInfoButtonPressed: VoidFunction?