소스 검색

fix empty state label's font color

cyberta 3 년 전
부모
커밋
7a4ececa8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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