How to change android jetpack compose bottomAppBar icon tint color?
If you want to change the tint color of the image then you can use the colorFilter property of the Image Image( painter = painterResource(R.drawable.ic_arrow_details), contentDescription = “”, colorFilter = ColorFilter.tint(Color.Black) )