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(
modifier = Modifier
.fillMaxSize()
.background(MaterialTheme.colorScheme.background)
.background(Color.Black)
) {
AndroidView(
factory = { ctx ->