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