diff --git a/changelog.d/6947.wip b/changelog.d/6947.wip
new file mode 100644
index 00000000000..9a3e13cddbb
--- /dev/null
+++ b/changelog.d/6947.wip
@@ -0,0 +1 @@
+[App Layout] fixed invites count badge bottom margin on a home screen
diff --git a/vector/src/main/res/layout/item_invites_count.xml b/vector/src/main/res/layout/item_invites_count.xml
index 6408749941a..8a5c2b1222e 100644
--- a/vector/src/main/res/layout/item_invites_count.xml
+++ b/vector/src/main/res/layout/item_invites_count.xml
@@ -3,11 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="36sp"
android:background="?vctr_toolbar_background"
android:clickable="true"
android:focusable="true"
-
tools:viewBindingIgnore="true">
+
+