소스 검색

slightly increase contrast of system message background color

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