@Composable fun SurfaceSample() { Surface(color = MaterialTheme.colors.background) { Text("Text color is `onBackground`") } }