We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e885459 commit ebbedecCopy full SHA for ebbedec
android-sample/app/src/main/kotlin/com/fernandocejas/sample/MainActivity.kt
@@ -64,8 +64,7 @@ class MainActivity : AppCompatActivity() {
64
MaterialTheme {
65
Surface(
66
modifier = Modifier.fillMaxSize(),
67
- color = Color.Gray
68
-// color = MaterialTheme.colorScheme.background
+ color = MaterialTheme.colorScheme.background
69
) {
70
Column(modifier = Modifier.fillMaxSize()) {
71
MainScreenComponent()
0 commit comments