|
@@ -38,9 +38,9 @@ enum AppTheme {
|
|
|
static let chatSendButtonBackground = Color(red: 0.14, green: 0.14, blue: 0.16)
|
|
static let chatSendButtonBackground = Color(red: 0.14, green: 0.14, blue: 0.16)
|
|
|
static let chatHeaderDivider = Color(red: 0.92, green: 0.92, blue: 0.94)
|
|
static let chatHeaderDivider = Color(red: 0.92, green: 0.92, blue: 0.94)
|
|
|
|
|
|
|
|
- static let quickActionBackground = Color.white
|
|
|
|
|
|
|
+ static let quickActionBackground = chatInputBackground
|
|
|
static let quickActionForeground = textPrimary
|
|
static let quickActionForeground = textPrimary
|
|
|
- static let quickActionBorder = Color(red: 0.88, green: 0.88, blue: 0.91)
|
|
|
|
|
- static let quickActionIconBackground = Color(red: 0.96, green: 0.96, blue: 0.97)
|
|
|
|
|
|
|
+ static let quickActionBorder = chatInputBorder
|
|
|
|
|
+ static let quickActionIconBackground = Color(red: 0.94, green: 0.94, blue: 0.95)
|
|
|
static let quickActionSelectedForeground = Color.white
|
|
static let quickActionSelectedForeground = Color.white
|
|
|
}
|
|
}
|