Browse Source

Change color use in notification to FF0DBD8B

pull/3053/head
Benoit Marty 3 months ago
parent
commit
8a91ec7254
  1. 2
      appconfig/src/main/kotlin/io/element/android/appconfig/NotificationConfig.kt

2
appconfig/src/main/kotlin/io/element/android/appconfig/NotificationConfig.kt

@ -30,5 +30,5 @@ object NotificationConfig { @@ -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")
}

Loading…
Cancel
Save