Fix thumbnail misalignment in ArtistLocalSongs
This commit is contained in:
parent
91ec216679
commit
83d559830f
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ import it.vfsfitvnm.vimusic.LocalPlayerAwareWindowInsets
|
|||
import androidx.compose.foundation.layout.WindowInsetsSides
|
||||
import androidx.compose.foundation.layout.asPaddingValues
|
||||
import androidx.compose.foundation.layout.only
|
||||
import androidx.compose.ui.Alignment
|
||||
import it.vfsfitvnm.vimusic.LocalPlayerServiceBinder
|
||||
import it.vfsfitvnm.vimusic.R
|
||||
import it.vfsfitvnm.vimusic.models.DetailedSong
|
||||
|
@ -83,7 +84,7 @@ fun ArtistLocalSongs(
|
|||
key = "header",
|
||||
contentType = 0
|
||||
) {
|
||||
Column {
|
||||
Column(horizontalAlignment = Alignment.CenterHorizontally) {
|
||||
headerContent {
|
||||
SecondaryTextButton(
|
||||
text = "Enqueue",
|
||||
|
|
Loading…
Reference in a new issue