mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-27 18:16:06 +00:00
ChatInfoImage: lighten LIGHT default avatar to halfway between white and canvas
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user