Revert "ChatInfoImage: LIGHT default avatar at midpoint of white card and gray canvas"

This reverts commit 05fbd6e0b1.
This commit is contained in:
another-simple-pixel
2026-05-18 07:51:15 -07:00
parent f1d80307f6
commit cc26dcfe4c
@@ -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