diff --git a/app/src/main/res/layout/item_status_placeholder.xml b/app/src/main/res/layout/item_status_placeholder.xml
index daa45fd28d..660c99eaa4 100644
--- a/app/src/main/res/layout/item_status_placeholder.xml
+++ b/app/src/main/res/layout/item_status_placeholder.xml
@@ -31,6 +31,7 @@ The attributes are set to get a specific behaviour:
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="72dp"
+ android:background="@color/dividerColorOther"
android:clickable="true"
android:focusable="true">
@@ -47,4 +48,4 @@ The attributes are set to get a specific behaviour:
android:text="@string/load_more_placeholder_text"
android:textStyle="bold"
android:textSize="?attr/status_text_large" />
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-night/theme_colors.xml b/app/src/main/res/values-night/theme_colors.xml
index 21e56190a6..348652a722 100644
--- a/app/src/main/res/values-night/theme_colors.xml
+++ b/app/src/main/res/values-night/theme_colors.xml
@@ -17,6 +17,7 @@
@color/tusky_grey_30
@color/tusky_grey_50
@color/tusky_grey_25
+ @color/tusky_grey_10
@color/tusky_orange
@@ -27,4 +28,4 @@
@color/white
@color/tusky_grey_10
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values/theme_colors.xml b/app/src/main/res/values/theme_colors.xml
index 657363d866..2f5da6b814 100644
--- a/app/src/main/res/values/theme_colors.xml
+++ b/app/src/main/res/values/theme_colors.xml
@@ -17,6 +17,7 @@
@color/tusky_grey_70
@color/tusky_grey_50
@color/tusky_grey_80
+ @color/tusky_grey_90
@color/tusky_orange_light
@@ -27,4 +28,4 @@
@color/tusky_grey_20
@color/white
-
\ No newline at end of file
+