How can a color resource be used to change the background colour for a MD3 top app bar in Jetpack Compose?
Understandably, a colors
property is available but it's not clear what to use for the above.
Color.kt
val MyColor = Color(0,5,5,255)
MainActivity.kt
MediumTopAppBar(title = {Text(text = "")})