Make lyrics fill the max width

This commit is contained in:
vfsfitvnm 2022-09-10 08:21:03 +02:00
parent 87e257312d
commit 71ef3c7929

View file

@ -284,6 +284,7 @@ fun Lyrics(
.nestedScroll(remember { nestedScrollConnectionProvider() })
.verticalFadingEdge()
.verticalScroll(rememberScrollState())
.fillMaxWidth()
.padding(vertical = size / 4, horizontal = 32.dp)
)
}