Add padding from top app bar in HomeScreen
This commit is contained in:
@@ -236,6 +236,7 @@ fun HomeScreen() {
|
||||
modifier = Modifier
|
||||
.zIndex(1f)
|
||||
.padding(horizontal = 8.dp)
|
||||
.padding(top = 16.dp)
|
||||
) {
|
||||
BasicText(
|
||||
text = "Your playlists",
|
||||
|
||||
Reference in New Issue
Block a user