diff --git a/.idea/misc.xml b/.idea/misc.xml
index e4441683..0a22cc8d 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -108,7 +108,7 @@
-
+
diff --git a/app/src/main/res/layout/item_player_queue_song.xml b/app/src/main/res/layout/item_player_queue_song.xml
index 9f4aa119..c79d5f3d 100644
--- a/app/src/main/res/layout/item_player_queue_song.xml
+++ b/app/src/main/res/layout/item_player_queue_song.xml
@@ -2,7 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/cardColor"
+ android:background="@color/colorPrimary"
android:clipChildren="false"
android:foreground="?attr/selectableItemBackground"
android:orientation="horizontal"
diff --git a/app/src/main/res/layout/player_body_bottom_sheet.xml b/app/src/main/res/layout/player_body_bottom_sheet.xml
index 66296842..b12c92b0 100644
--- a/app/src/main/res/layout/player_body_bottom_sheet.xml
+++ b/app/src/main/res/layout/player_body_bottom_sheet.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/colorPrimary"
android:clipChildren="false">
+ app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toBottomOf="@+id/player_song_lyrics_label" />