Change color use in notification to FF0DBD8B

This commit is contained in:
Benoit Marty 2024-06-19 17:32:49 +02:00
parent faa40dbb19
commit 8a91ec7254

View file

@ -30,5 +30,5 @@ object NotificationConfig {
const val SUPPORT_QUICK_REPLY_ACTION = false
@ColorInt
val NOTIFICATION_ACCENT_COLOR: Int = Color.parseColor("#FF368BD6")
val NOTIFICATION_ACCENT_COLOR: Int = Color.parseColor("#FF0DBD8B")
}