|
@@ -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"))
|
|
|
}
|