Skip to content

Commit ebbedec

Browse files
committed
ref: rollback color changes for android-sample project
1 parent e885459 commit ebbedec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android-sample/app/src/main/kotlin/com/fernandocejas/sample/MainActivity.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ class MainActivity : AppCompatActivity() {
6464
MaterialTheme {
6565
Surface(
6666
modifier = Modifier.fillMaxSize(),
67-
color = Color.Gray
68-
// color = MaterialTheme.colorScheme.background
67+
color = MaterialTheme.colorScheme.background
6968
) {
7069
Column(modifier = Modifier.fillMaxSize()) {
7170
MainScreenComponent()

0 commit comments

Comments
 (0)