فهرست منبع

Merge pull request #1492 from deltachat/fix_hint_text_color

fix text color of provider setup hints
cyBerta 3 سال پیش
والد
کامیت
6fdd0c8a10
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?