Ver Fonte

fix empty state label's font color

cyberta há 3 anos atrás
pai
commit
7a4ececa8c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      deltachat-ios/View/EmptyStateLabel.swift

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

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