fix: Update icon tint color to white in ChatDetailScreen for better visibility

This commit is contained in:
k1ngsterr1
2026-01-25 18:10:23 +05:00
parent 2bb754081b
commit 2dee930c2d

View File

@@ -645,7 +645,7 @@ fun ChatDetailScreen(
contentDescription = contentDescription =
"Back", "Back",
tint = tint =
headerIconColor, Color.White,
modifier = modifier =
Modifier.size( Modifier.size(
32.dp 32.dp
@@ -898,11 +898,7 @@ fun ChatDetailScreen(
contentDescription = contentDescription =
"Call", "Call",
tint = tint =
headerIconColor Color.White
.copy(
alpha =
0.6f
)
) )
} }
} }
@@ -935,11 +931,7 @@ fun ChatDetailScreen(
contentDescription = contentDescription =
"More", "More",
tint = tint =
headerIconColor Color.White,
.copy(
alpha =
0.6f
),
modifier = modifier =
Modifier.size( Modifier.size(
26.dp 26.dp