|
@@ -16,6 +16,7 @@ struct DcColors {
|
|
|
dark: UIColor(red: 10 / 255, green: 10 / 255, blue: 10 / 255, alpha: 1))
|
|
|
static let placeholderColor = UIColor.themeColor(light: UIColor(red: 0.6, green: 0.6, blue: 0.6, alpha: 1),
|
|
|
dark: UIColor(red: 0.4, green: 0.4, blue: 0.4, alpha: 1))
|
|
|
+ static let systemMessageBackgroundColor = UIColor.themeColor(light: UIColor.rgb(red: 248, green: 248, blue: 248), dark: UIColor(white: 0.2, alpha: 0.5))
|
|
|
}
|
|
|
|
|
|
enum SystemColor {
|