Explorar el Código

fix empty state label's font color

cyberta hace 3 años
padre
commit
7a4ececa8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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