diff --git a/presentation/mate/src/main/res/drawable/bg_white_gradient.xml b/presentation/mate/src/main/res/drawable/bg_white_gradient.xml
new file mode 100644
index 00000000..de84061d
--- /dev/null
+++ b/presentation/mate/src/main/res/drawable/bg_white_gradient.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
diff --git a/presentation/mate/src/main/res/layout/fragment_connect_habit.xml b/presentation/mate/src/main/res/layout/fragment_connect_habit.xml
index 0637031c..f683b7fa 100644
--- a/presentation/mate/src/main/res/layout/fragment_connect_habit.xml
+++ b/presentation/mate/src/main/res/layout/fragment_connect_habit.xml
@@ -66,9 +66,17 @@
app:layout_constraintStart_toStartOf="@+id/gl_begin"
app:layout_constraintEnd_toEndOf="@id/gl_end"
app:layout_constraintTop_toBottomOf="@+id/tv_connect_habit_guide"
- app:layout_constraintBottom_toTopOf="@+id/btn_next"
+ app:layout_constraintBottom_toBottomOf="parent"
tools:listitem="@layout/item_habit"/>
+
+