Explorar o código

slightly increase contrast of system message background color

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
2e7dd017f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DcCore/DcCore/Helper/DcColors.swift

+ 1 - 1
DcCore/DcCore/Helper/DcColors.swift

@@ -34,7 +34,7 @@ public struct DcColors {
     public static let placeholderColor = UIColor(red: 0.55, green: 0.55, blue: 0.55, alpha: 1)
     public static let providerPreparationBackground = UIColor.init(hexString: "fdf7b2")
     public static let providerBrokenBackground = UIColor.themeColor(light: SystemColor.red.uiColor, dark: SystemColor.red.uiColor)
-    public static let systemMessageBackgroundColor = UIColor.init(hexString: "55444444")
+    public static let systemMessageBackgroundColor = UIColor.init(hexString: "65444444")
     public static let systemMessageFontColor = UIColor.themeColor(light: .white, dark: UIColor.init(hexString: "A4A6A9"))
     public static let deaddropBackground = UIColor.themeColor(light: UIColor.init(hexString: "ebebec"), dark: UIColor.init(hexString: "1a1a1c"))
 }