Files
simplex-chat/apps
another-simple-pixel bea3f24664 MemberProfileImage: use defaultProfileIconColor instead of secondaryVariant
MemberProfileImage hard-coded color = MaterialTheme.colors.secondaryVariant
as default, which is LightGray (#F1F2F6) on LIGHT — slightly bluish and
nearly invisible against the ~#F0F0F0 canvas. Reuse the defaultProfileIconColor()
helper so the LIGHT default matches the rest of the app (midpoint between
canvas and white card), and DARK themes keep their palette secondaryVariant.

defaultProfileIconColor() in ChatInfoImage.kt promoted from private to file-
level visibility so it can be referenced from GroupMemberInfoView.
2026-05-18 07:42:07 -07:00
..
2025-07-08 12:22:57 +01:00