Browse Source

fix empty state label's font color

cyberta 3 năm trước cách đây
mục cha
commit
7a4ececa8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      deltachat-ios/View/EmptyStateLabel.swift

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

@@ -6,7 +6,7 @@ class EmptyStateLabel: PaddingTextView {
     override init() {
         super.init()
         backgroundColor = DcColors.systemMessageBackgroundColor
-        label.textColor = DcColors.defaultTextColor
+        label.textColor = DcColors.systemMessageFontColor
         layer.cornerRadius = 10
         label.clipsToBounds = true
         paddingTop = 15