ChatInfoImage: lighten LIGHT default avatar to halfway between white and canvas

This commit is contained in:
another-simple-pixel
2026-05-16 14:41:58 -07:00
parent 5d1b229708
commit 566e6c1934
@@ -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.88f)
MaterialTheme.colors.background.mixWith(MaterialTheme.colors.onBackground, 0.91f)
else
MaterialTheme.colors.secondaryVariant