Compare commits
5 commits
ophelia_ma
...
master
Author | SHA1 | Date | |
---|---|---|---|
993e83a194 | |||
51445272ca | |||
6f23e9767b | |||
b44bfb3da2 | |||
b992c4c480 |
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class MainActivity : ComponentActivity() {
|
|||
OpheliaTheme {
|
||||
Surface(
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
color = MaterialTheme.colorScheme.background
|
||||
color = MaterialTheme.colorScheme.error
|
||||
) {
|
||||
val repository = (application as PolyculeApplication).repository
|
||||
Greeting("Android", repository)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue