Browse Source

fix text color of provider setup hints

cyberta 3 năm trước cách đây
mục cha
commit
e1a95b4685
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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?