From cc26dcfe4c3b7c07871d2796cd2d7b823b5842c7 Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Mon, 18 May 2026 07:51:15 -0700 Subject: [PATCH] Revert "ChatInfoImage: LIGHT default avatar at midpoint of white card and gray canvas" This reverts commit 05fbd6e0b1bfc959f8e883c3b04065af40d763dc. --- .../kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt index 0bc8312d0d..e33a59243d 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt @@ -27,7 +27,7 @@ import kotlin.math.max @Composable private fun defaultProfileIconColor(): Color = if (CurrentColors.value.base == DefaultTheme.LIGHT) - MaterialTheme.colors.background.mixWith(MaterialTheme.colors.onBackground, 0.97f) + MaterialTheme.colors.background.mixWith(MaterialTheme.colors.onBackground, 0.91f) else MaterialTheme.colors.secondaryVariant