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