refactor: change background color of PlayerScreen to black

This commit is contained in:
2026-04-20 18:13:46 +02:00
parent 9545e4d619
commit 18e352eb1e

View File

@@ -78,7 +78,7 @@ fun PlayerScreen(
Box( Box(
modifier = Modifier modifier = Modifier
.fillMaxSize() .fillMaxSize()
.background(MaterialTheme.colorScheme.background) .background(Color.Black)
) { ) {
AndroidView( AndroidView(
factory = { ctx -> factory = { ctx ->