Why did my `TopAppBar`s' content colors turn gray ...
# compose
s
Why did my `TopAppBar`s' content colors turn gray from black after updating from
1.0.0
to
1.1.0-alpha02
? 🤔
Copy code
TopAppBar(backgroundColor = MaterialTheme.colors.surface, elevation = 0.dp) { ... }