fix: Update icon tint color to white in ChatDetailScreen for better visibility
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user