Change color use in notification to FF0DBD8B

This commit is contained in:
Benoit Marty
2024-06-19 17:32:49 +02:00
parent e8c2902aa0
commit c47a836e42

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