updating some colors for the white theme

This commit is contained in:
tibbi 2021-02-15 18:56:12 +01:00
parent 6e10df81d0
commit 26710c572f
4 changed files with 8 additions and 4 deletions

View file

@ -709,7 +709,7 @@ fun Context.showMessageNotification(address: String, body: String, threadId: Lon
val builder = NotificationCompat.Builder(this, NOTIFICATION_CHANNEL)
.setContentTitle(sender)
.setContentText(body)
.setColor(config.primaryColor)
.setColor(getAdjustedPrimaryColor())
.setSmallIcon(R.drawable.ic_messenger)
.setLargeIcon(largeIcon)
.setStyle(NotificationCompat.BigTextStyle().setSummaryText(summaryText).bigText(body))