浏览代码

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?